2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00

Adding GitHub issue & PR templates

This commit is contained in:
Hannah Wolfe 2016-02-18 09:26:04 +00:00
parent cdbec7a8ba
commit e5afddfa61
3 changed files with 33 additions and 9 deletions

View file

@ -86,25 +86,20 @@ Short and descriptive example bug report title
### Issue Summary
A summary of the issue and the browser/OS environment in which it occurs. If
suitable, include the steps required to reproduce the bug.
A summary of the issue and the browser/OS environment in which it occurs.
### Steps to Reproduce
1. This is the first step
2. This is the second step
3. Further steps, etc.
2. This is the second step, etc.
Any other information you want to share that is relevant to the issue being
reported. Especially, why do you consider this to be a bug? What do you expect to happen instead?
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
### Technical details:
* Ghost Version: master (latest commit: a761de2079dca4df49567b1bddac492f25033985)
* Client OS: Mac OS X 10.10.1
* Server OS: CentOS 6.4
* Node Version: 0.10.16
* Browser: Chrome 39.0.2171.71
* Browser: Chrome 48.0.2564.109 on Mac OS X 10.10.4
* Database: SQLite / MySQL / postgres
```

21
.github/ISSUE_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,21 @@
Welcome to Ghost's GitHub repo! 👋🎉
Do you need help or have a question? Please come chat in Slack: https://ghost.org/slack 👫. Got an idea for a new feature? Please add it to our wishlist: http://ideas.ghost.org 🌟. Found a bug? Please fill out the sections below... thank you 👍
### Issue Summary
A summary of the issue and the browser/OS environment in which it occurs.
### Steps to Reproduce
1. This is the first step
2. This is the second step, etc.
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
### Technical details:
* Ghost Version:
* Node Version:
* Browser/OS:
* Database:

8
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View file

@ -0,0 +1,8 @@
Got some code for us? Awesome 🎊!
Please include a description of your change & check your PR against this list, thanks!
- [ ] Commit message has a short title & issue references
- [ ] Commits are squashed
- [ ] The build will pass (run `npm test`).
More info can be found by clicking the "guidelines for contributing" link above.