Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 50a6ed8

Browse files
committed
Add issue and pull request templates for GitHub
Addresses #573 These templates are a ripoff of those written by [@ErisDS] for [Ghost]. TryGhost/Ghost@e5afddf [@ErisDS]: https://github.com/ErisDS [Ghost]: https://github.com/TryGhost/Ghost
1 parent 2d645ef commit 50a6ed8

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Welcome to Neat! πŸ‘‹πŸŽ‰
2+
3+
Do you need help or have a question? Please check out Neat on [Stack Overflow]. Got an idea for a new feature or found a bug? Please fill out the sections below... thank you πŸ‘
4+
5+
[Stack Overflow]: https://stackoverflow.com/questions/tagged/neat
6+
7+
### Issue Summary
8+
9+
A summary of the issue and the browser/OS environment in which it occurs.
10+
11+
### Steps to Reproduce
12+
13+
1. This is the first step
14+
2. This is the second step, etc.
15+
16+
Any other info, for example, why you consider this to be a bug? What did you expect to happen instead?
17+
18+
### Technical details:
19+
20+
- Neat Version:
21+
- Build Tool or Environment:
22+
- Browser/OS:

β€Ž.github/PULL_REQUEST_TEMPLATE.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Got some code for us? Awesome 🎊!
2+
3+
Please include a description of your change and the problem it solves. Then check your PR against this list. Thanks!
4+
- [ ] Commit message has a short title & issue references
5+
- [ ] Commits are squashed
6+
- [ ] The build will pass (run `bundle exec rake`).
7+
8+
More info can be found by clicking the "guidelines for contributing" link above.

0 commit comments

Comments
Β (0)