You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,19 @@
14
14
-[ ] Comment on this issue if you'd like to work/collaborate on it!
15
15
-[ ] Fork the [repository](https://github.com/github/training-kit).
16
16
-[ ] 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
17
21
22
+
### Testing Locally
18
23
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
0 commit comments