Skip to content

Commit f45d910

Browse files
authored
Move local testing
Moved the `Testing Locally` section below how to contribute as when I read through the instructions, the `Push your changes -> Your fork` content seemed to be part of the local testing instructions.
1 parent 507fb9f commit f45d910

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,19 @@
1414
- [ ] Comment on this issue if you'd like to work/collaborate on it!
1515
- [ ] Fork the [repository](https://github.com/github/training-kit).
1616
- [ ] Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork. [This](https://services.github.com/on-demand/intro-to-github/) is a refresher course if you're unsure about how to make a change on GitHub.
17+
- [ ] Push your changes to your repository.
18+
- [ ] Submit a Pull Request
19+
- Base Dropdown: github/training-kit
20+
- Compare Dropdown: Your fork
1721

22+
### Testing Locally
1823
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
1924
- In your command line:
2025
- [Install Git](https://git-scm.com/)
2126
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
2227
- [ ] Run `script/setup`
2328
- [ ] Run `script/server`.
2429
- When successful, the script will initiate a local server at `http://127.0.0.1:4000/on-demand`.
25-
- [ ] Push your changes to your repository.
26-
- [ ] Submit a Pull Request
27-
- Base Dropdown: github/training-kit
28-
- Compare Dropdown: Your fork
2930

3031
### Questions?
3132
- Leave a comment on this issue! Make sure to use @ mentions if you want a specific person's attention!

0 commit comments

Comments
 (0)