About issues and pull requests
You can use issues to track ideas, bugs, tasks, and other information that's important to your project. You can create an issue in your project's repository with GitHub Desktop. For more information about issues, see "About issues."
After you create a branch and make changes to files in a project, you can create a pull request. With a pull request, you can propose, discuss, and iterate on changes before you merge the changes into the project. You can create a pull request in your project's repository with GitHub Desktop. Weitere Informationen zu Pull Requests finden Sie unter „Informationen zu Pull Requests“.
Vorrausetzungen
Before you create a pull request, you'll need to push changes to a branch on GitHub.
- Save and commit any changes on your local branch. Weitere Informationen findest Du unter „Committen und überprüfen von Änderungen an Deinem Projekt."
- Push your local commits to the remote repository. For more information, see "Pushing changes to GitHub."
- Publish your current branch to GitHub. For more information, see "Managing branches."
Einen Issue erstellen
- In the menu bar, use the Repository drop-down menu, then click Create Issue on GitHub.
- Auf GitHub klickst Du Get started (Beginnen), um eine Issue-vorlage zu öffnen oder auf Open a blank issue (Leeres Issue öffnen).
- In the menu bar, use the Repository drop-down menu, then click Create issue on GitHub.
- Auf GitHub klickst Du Get started (Beginnen), um eine Issue-vorlage zu öffnen oder auf Open a blank issue (Leeres Issue öffnen).
Hinweis: Wenn in Deinem aktuellen Repository Issue-Vorlagen nicht aktiviert sind, leitet Dich GitHub Desktop zu einem leeren Issue auf GitHub weiter.
Pull Request erstellen
- Switch to the branch that you want to create a pull request for. For more information, see "Switching between branches."
- Klicke auf Create Pull Request (Pull-Request erstellen). GitHub Desktop will open your default browser to take you to GitHub.
- On
GitHub, confirm that the branch in the base: drop-down menu is the branch where you want to merge your changes. Confirm that the branch in the compare: drop-down menu is the topic branch where you made your changes.
- Gib einen Titel und eine Beschreibung für Deinen Pull Request ein.
- Zum Erstellen eines Pull Requests, der zur Überprüfung bereit ist, klicke auf Create Pull Request (Pull Request erstellen). Um einen Pull-Request-Entwurf zu erstellen, benutze das Dropdownmenü und wähle Create Draft Pull Request (Erstelle Pull-Request-Entwurf), dann klicke auf Draft Pull Request (Pull-Request-Entwurf). Weitere Informationen zu Entwürfen von Pull Requests findest Du unter „Informationen zu Pull Requests.“
- Switch to the branch that you want to create a pull request for. For more information, see "Switching between branches."
- Klicke auf Create Pull Request (Pull-Request erstellen). GitHub Desktop will open your default browser to take you to GitHub.
- On
GitHub, confirm that the branch in the base: drop-down menu is the branch where you want to merge your changes. Confirm that the branch in the compare: drop-down menu is the topic branch where you made your changes.
- Gib einen Titel und eine Beschreibung für Deinen Pull Request ein.
- Zum Erstellen eines Pull Requests, der zur Überprüfung bereit ist, klicke auf Create Pull Request (Pull Request erstellen). Um einen Pull-Request-Entwurf zu erstellen, benutze das Dropdownmenü und wähle Create Draft Pull Request (Erstelle Pull-Request-Entwurf), dann klicke auf Draft Pull Request (Pull-Request-Entwurf). Weitere Informationen zu Entwürfen von Pull Requests findest Du unter „Informationen zu Pull Requests.“
Weiterführende Informationen
- "Issue" in the GitHub glossary
- „Pull Request“ im GitHub-Glossar
- "Base branch" in the GitHub glossary
- "Topic branch" in the GitHub glossary