Skip to content

Commit 354fab8

Browse files
authored
Incorporate Cynthia's feedback
1 parent 5ae292f commit 354fab8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@
1111
<If new idea or direction, please create a checklist of proposed ideas or next steps. [Example](https://github.com/github/training-kit/issues/415).>
1212

1313
### How to Contribute
14-
- [ ] Comment on this issue if you'd like to work/collaborate on it! One of the training-kit maintainers will then "Assign" you to the issue.
14+
- [ ] Comment on this issue if you'd like to work/collaborate on it!
1515
- [ ] Fork the [repository](https://github.com/github/training-kit).
16-
- [ ] Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork.
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.com
17+
18+
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
1719
- In your command line:
1820
- [Install Git](https://git-scm.com/)
1921
- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)
20-
- [ ] ADVANCED/OPTIONAL: If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running `script/package`. Otherwise, do the following steps.
2122
- [ ] Run `script/setup`
2223
- [ ] Run `script/server`.
2324
- When successful, the script will initiate a local server at `http://127.0.0.1:4000/on-demand`.

0 commit comments

Comments
 (0)