-
Notifications
You must be signed in to change notification settings - Fork 0
Contribution Basics
Tony edited this page Jun 27, 2023
·
8 revisions
If you'd like to contribute to GDTemplate, the steps are generally straightforward. Note: this is not the steps for basic use, this is for people adding code to the project itself, rather than using it for their own game projects.
- Download Github Desktop
- Install the application and run some initial application setup.
- Navigate to https://github.com/nitronova/GDTemplate
- Use the green dropdown menu to open the project with Github Desktop.
- Complete adding the project to a dedicated development folder.
- Navigate to issues and pick an existing issue.
- Assign it to yourself using the right-hand pane.
- In Github Desktop, ensure you have the GDTemplate repository selected.
- Under the branch menu, select "new branch."
- Select an up-to-date branch to base your contribution on (generally this won't be master).
- Name your branch and create it.
- Make changes to the project.
- Return to Github Desktop and ensure that only the files you changed are being committed.
- After making a commit (left pane), you can then create a pull request.