diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..6d7e6d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +name: Bug report +about: Information about unexpected behavior or bug while using Terrain +title: "[BUG]" +labels: bug +assignees: '' + +--- + +### Issue description + + +### Steps to reproduce the issue + + +### Tools and operating system versions + + +### Additional details / screenshot +- ![Screenshot]()- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..69ac9f4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Information about a new feature that improves Terrain +title: "[FEATURE]" +labels: feature request +assignees: '' + +--- + +### Describe the feature + + +### Describe the solution you'd like + + +### Describe alternatives you've considered + + +### Additional context + diff --git a/.github/ISSUE_TEMPLATE/pull_request.md b/.github/ISSUE_TEMPLATE/pull_request.md new file mode 100644 index 0000000..68e4ee0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/pull_request.md @@ -0,0 +1,17 @@ +### Description + + +### Related Issue + + + + + +### How Has This Been Tested? + + + + +### Screenshots: + + \ No newline at end of file