Skip to content

Commit 6bd6039

Browse files
committed
update issue and pr template
1 parent 41f9bb5 commit 6bd6039

File tree

3 files changed

+30
-26
lines changed

3 files changed

+30
-26
lines changed

.github/ISSUE_TEMPLATE.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Use-case/Problem
2+
3+
- If you think a feature should be added to draft-js-plugins please provide a description of the use-case.
4+
- If you found a bug please reproduce it within a [codesandbox](codesandbox.io), this'll make it easier for us to help you. Here's an [example that uses the mentions plugin](https://codesandbox.io/s/MjG72jX2R) - this will help get you started
5+
6+
Please note: The draft js plugins core team is very small and there's not that much time on our hands. If you can help fix this issue, please do, there's usually someone available in the draft-js-plugins channel [on slack](https://draftjs.herokuapp.com/) for pairing.

.github/PULL_REQUEST_TEMPLATE

-26
This file was deleted.

.github/PULL_REQUEST_TEMPLATE.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Please check out Contributing Guidelines. By following this template you help us to review your code.
2+
https://github.com/draft-js-plugins/draft-js-plugins/blob/master/CONTRIBUTING.md
3+
4+
## Checklist
5+
6+
- [ ] Fix any eslint errors that occur
7+
- [ ] Update change-log for every plugin you touch
8+
- [ ] Add/Update tests if you add/change new functionality
9+
- [ ] Add/Update docs if you add/change functionality
10+
- [ ] Enable "Allow edits from maintainers" for this PR
11+
12+
## Use-case/Problem
13+
14+
Whether you're fixing a bug or writing a new feature, please open an issue first and discuss with us. We're also reachable on [the draft js slack](https://draftjs.herokuapp.com/)
15+
16+
Briefly describe the use-case/problem you're solving, reference the issue for this bug/feature here
17+
18+
## Implementation
19+
20+
Briefly describe your solution
21+
22+
## Demo
23+
24+
If you're implementing or changing a feature, please add a gif to demo the change, thanks!

0 commit comments

Comments
 (0)