diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..1df1afac --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,37 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: Bug +assignees: '' +--- + +## Describe the bug +A clear and concise description of what the bug is. + +## To Reproduce +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +## Expected behavior +A clear and concise description of what you expected to happen. + +## Screenshots +If applicable, add screenshots to help explain your problem. + +## Desktop (please complete the following information): + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +## Smartphone (please complete the following information): + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +## Additional context +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b6ece9ba --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,30 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: Enhancement, Need Discussion +assignees: '' +--- + + + +## Version +Write the version that you are currently using. + +## Development Environment +Write the browser type, OS and so on. + +## Current Behavior +Write a description of the current operation. You can add sample code, 'CodePen' or 'jsfiddle' links. + +```js +// Write example code +``` + +## Expected Behavior +Write a description of the future action. diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000..c327aec6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,33 @@ +--- +name: Question +about: Create a question about the Tree +title: '' +labels: Question +assignees: '' +--- + + + +## Summary + +A clear and concise description of what the question is. + +## Screenshots + +If applicable, add screenshots to help explain your question. + +## Version + +Write the version of the Editor you are currently using. + +## Additional context + +Add any other context about the problem here. diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 2592f1ae..00000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ - - - - -## Version - - -## Development Environment - - -## Current Behavior - - -```js -// Write example code -``` - -## Expected Behavior - diff --git a/docs/ISSUE_TEMPLATE.md b/docs/ISSUE_TEMPLATE.md deleted file mode 100644 index 659e2a05..00000000 --- a/docs/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,26 +0,0 @@ - - - - -## Version - - -## Development Environment - - -## Current Behavior - - -```js -// Write example code -``` - -## Expected Behavior -