Skip to content

Commit 66371f1

Browse files
committed
Add issue and pr templates
1 parent a87f6c1 commit 66371f1

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/issue_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
### Subject of the issue
2+
3+
Describe your issue here. Remember, this is _not_ a place to ask questions. For that, go to [Gitter](https://gitter.im/remarkjs/Lobby)
4+
5+
### Your environment
6+
7+
* Name and version of operating system
8+
* Names and version of required packages
9+
* Version of node and npm, or names and versions of browser
10+
11+
### Steps to reproduce
12+
13+
Tell us how to reproduce this issue. Please provide a working and simplified example.
14+
15+
🎉 BONUS POINTS for creating a [minimal reproduction](https://stackoverflow.com/help/mcve) and uploading it to GitHub. This will get you the fastest support. 🎉
16+
17+
### Expected behaviour
18+
19+
Describe what should happen
20+
21+
### Actual behaviour
22+
23+
Describe what happens instead

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!--
2+
3+
Read the [contributing guidelines](https://github.com/remarkjs/remark/blob/master/contributing.md).
4+
5+
We are excited about pull requests, but please try to limit the scope, provide a general description of the changes, and remember, it's up to you to convince us to land it. If this fixes an open issue, link to it in the following way: `Closes #123`. New features and bug fixes should come with tests.
6+
7+
-->

0 commit comments

Comments
 (0)