Skip to content

Commit

Permalink
Merge pull request #15 from NoDivide/github-templates
Browse files Browse the repository at this point in the history
GitHub Issue and PR templates
  • Loading branch information
RyanHavoc authored Jul 5, 2016
2 parents 29a66c9 + e249153 commit 37d06bd
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 4 deletions.
File renamed without changes.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#### Tell us about the issue you are experiencing


#### What behaviour would you expect?


#### How can this issue be replicated?


#### Screenshots / Screencast


#### Your environment

Platform:
OS Version:
Node Version:
NPM Version:
Astrum Version:
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
#### What does this PR cover?


#### How can this be tested?


#### Screenshots / Screencast
![]()


#### What gif best describes how you feel about this work?
![]()

---

#### Reviewers

**Review 1**
- [ ] :+1:

**Review 2** _(optional)_
- [ ] :+1:


By adding a +1 you are confirming you have...
- Witnessed the work behaving as expected (this could be on the author's machine or screencast).
- Checked for coding anti-patterns.

---
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -422,11 +422,11 @@ You will receive feedback that the update is complete.

<a href=“#contributing”></a>
## Contributing
Astrum was created by Ryan Taylor & Matt West of [No Divide](http://nodividestudio.com). We welcome anyone and everyone to contribute to the project and help us make Astrum as versatile as possible. If you decide to get involved, please take a moment to review our [contribution guidelines](CONTRIBUTING.md):
Astrum was created by Ryan Taylor & Matt West of [No Divide](http://nodividestudio.com). We welcome anyone and everyone to contribute to the project and help us make Astrum as versatile as possible. If you decide to get involved, please take a moment to review our [contribution guidelines](.github/CONTRIBUTING.md):

- [Bug reports](CONTRIBUTING.md#bugs)
- [Feature requests](CONTRIBUTING.md#features)
- [Pull requests](CONTRIBUTING.md#pull-requests)
- [Bug reports](.github/CONTRIBUTING.md#bugs)
- [Feature requests](.github/CONTRIBUTING.md#features)
- [Pull requests](.github/CONTRIBUTING.md#pull-requests)

<a href=“#browser-support”></a>
## Browser Support
Expand Down

0 comments on commit 37d06bd

Please sign in to comment.