-
Notifications
You must be signed in to change notification settings - Fork 445
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added "help with something" issue templates
- Loading branch information
Showing
1 changed file
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
--- | ||
name: Help with something | ||
about: General help (not bug report) | ||
about: "⚠️ Please make a DEMO page if possible" | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Prerequisites | ||
|
||
- [x] I am running the latest version | ||
- [ ] I checked the documentation and found no answer | ||
- [ ] I checked to make sure that this issue has not already been filed | ||
|
||
### Demo Page - *clone one of the below:* | ||
<!--- JSBIN issue template --> | ||
<!--- ❗ If possible, clone & modify the below template to reproduce your issue --> | ||
https://jsbin.com/jekuqap/edit?html,js,output | ||
|
||
***React*** issue template: | ||
https://codesandbox.io/s/tagify-react-issue-template-4ub1r?file=/src/index.js |