diff --git a/ISSUE_TEMPLATE/BUG_REPORT.md b/ISSUE_TEMPLATE/BUG_REPORT.md new file mode 100644 index 0000000..ebbcdfc --- /dev/null +++ b/ISSUE_TEMPLATE/BUG_REPORT.md @@ -0,0 +1,42 @@ +--- +name: Bug Report +about: Report a bug in the project +title: "Bug: [Brief Description]" +labels: ['bug', 'needs triage'] +assignees: '' + +--- + + + + +### Bug Description + + + +### Project Version + + + +### Steps to Reproduce + +- Step 1 +- Step 2 +- Step 3 +- ... + + +### Observed Behavior + + + +### Expected Behavior + + + +### Environment Details + + + +### Additional Context + \ No newline at end of file diff --git a/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 0000000..be9e94c --- /dev/null +++ b/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,26 @@ +--- +name: Feature Request +about: Suggest a new feature or enhancement for the project +title: "Feature Request: [Brief Description]" +labels: ['feature request', 'needs triage'] +assignees: '' + +--- + + + + +### Feature Description + + + +### Use Case + + + +### Proposed Solution + + + +### Additional Information + \ No newline at end of file diff --git a/ISSUE_TEMPLATE/OTHER.md b/ISSUE_TEMPLATE/OTHER.md new file mode 100644 index 0000000..981b6a0 --- /dev/null +++ b/ISSUE_TEMPLATE/OTHER.md @@ -0,0 +1,14 @@ +--- +name: Other +about: Use this template if your issue doesn't fit into the other categories +title: '[Brief Description]' +labels: ['needs triage'] +assignees: '' + +--- + + + + +### Issue Description: + \ No newline at end of file diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE index 6bdaa99..b19d096 100644 --- a/PULL_REQUEST_TEMPLATE +++ b/PULL_REQUEST_TEMPLATE @@ -2,5 +2,7 @@ *Description of changes:* +*Description of testing and validations of changes:* + By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.