forked from Shopify/draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created template file for new issues
Created template file for pull requests updated with @beefchimi suggestions
- Loading branch information
1 parent
b61b93b
commit 8c8aefe
Showing
2 changed files
with
50 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
> Please use this template to help contributors get a detailed description of the issue or feature. | ||
**For support questions, please use stackoverflow.** This repository's issues are reserved for feature requests and bug reports. | ||
|
||
### 1. Apply either the `bug` or `feature-request` label | ||
|
||
_Select appropriate label in right sidebar..._ | ||
|
||
### 2. Describe the `bug` or `feature` | ||
|
||
_Feature or expected behaviour explanation..._ | ||
|
||
### 3. If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem | ||
|
||
_Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it._ | ||
|
||
### 4. Please tell us about your environment: | ||
|
||
* **Library version:** [1.0.0-beta.X | v1 stable | etc...] | ||
* **Browsers:** [all | Chrome vX | Firefox vX | Safari vX | Edge vX | iOS vX | Android vX | etc...] | ||
* **Tech stack:** [all | TypeScript vX | ES6/7 | ES5 | React | etc...] | ||
* **Other information:** [Detailed explanation | Stacktraces | Related issues | Suggestions how to fix | Links for us to have context | etc...] |
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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
> Thank you for submitting a pull request! Please make sure you have read the [contribution guidelines](https://github.com/Shopify/draggable/blob/master/CONTRIBUTING.md) before proceeding. | ||
### This PR implements or fixes... _(explain your changes)_ | ||
|
||
… | ||
|
||
### This PR closes the following issues... _(if applicable)_ | ||
|
||
… | ||
|
||
### Does this PR require the Docs to be updated? | ||
|
||
… | ||
|
||
### Does this PR require new tests? | ||
|
||
… | ||
|
||
### This branch been tested on... _(click all that apply / add new items)_ | ||
|
||
**Browsers:** | ||
|
||
* [ ] Chrome _version_ | ||
* [ ] Firefox _version_ | ||
* [ ] Safari _version_ | ||
* [ ] IE / Edge _version_ | ||
* [ ] iOS Browser _version_ | ||
* [ ] Android Browser _version_ |