Skip to content

Commit

Permalink
docs: update templates and move contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Jun 21, 2019
1 parent a72c65a commit 027e497
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature request
about: Suggest an idea for this project
---

## Detailed Description
## Description

<!--- Provide a detailed description of the change or addition you are proposing -->

Expand Down
8 changes: 4 additions & 4 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->

- [ ] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the [**CONTRIBUTING**](https://github.com/ifiokjr/remirror/blob/master/contributing.md) document.
- [ ] I have read the [**CONTRIBUTING**](https://github.com/ifiokjr/remirror/blob/master/docs/contributing.md) document.
- [ ] My code follows the code style of this project and `yarn fix` runs successfully.
- [ ] I have updated the documentation where necessary.
- [ ] New code is unit tested and all current tests pass when running `yarn test` .

## Screenshots

Expand Down
5 changes: 5 additions & 0 deletions contributing.md → docs/contributing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: Contributing
route: /contributing
---

# Contributing

<br />
Expand Down

0 comments on commit 027e497

Please sign in to comment.