diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..949915b9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,22 @@ +--- +name: Bug Report +about: Create a report to help the library improve +labels: bug +--- + +# Bug Report + +## Describe the bug + + +## Minimal Reproduction + + +## Environment +Browser or Node: +Node version (if applicable): +Npm version: +Browser verion (if applicable): +Library version (e.g. `1.10.1`): + +## Additional Context diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..ec4bb386 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/docs.md b/.github/ISSUE_TEMPLATE/docs.md new file mode 100644 index 00000000..35ead2c9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/docs.md @@ -0,0 +1,15 @@ +--- +name: Docs Improvement +about: Suggest an improvement to the docs or README.md +labels: documentation +--- + +# Docs Improvment + +**:exclamation: THIS IS NOT FOR TYPOS!!! PLEASE JUST FILE A PR FOR THAT! THIS IS FOR SUBSTANTIAL IMPROVEMENTS *ONLY*!** + +## Suggested Improvement + + +## Reason For Suggestion (if not related to a module) + diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..397cc4f2 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,23 @@ +--- +name: Feature Request +about: Suggest an idea or feature +labels: enhancement +--- + +# Feature Request + +## Wanted Feature + + +## Use Cases + +- +- +- + +## Potential Example Usage +This feature *could* be used in the following way: +```ts +// something here, please fill this out +``` + diff --git a/.github/ISSUE_TEMPLATE/meta.md b/.github/ISSUE_TEMPLATE/meta.md new file mode 100644 index 00000000..4546903d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/meta.md @@ -0,0 +1,7 @@ +--- +name: Meta Issue +about: Plans, roadmaps, and other meta issues +labels: meta +--- + + diff --git a/.github/ISSUE_TEMPLATE/new-module.md b/.github/ISSUE_TEMPLATE/new-module.md new file mode 100644 index 00000000..0f1228b3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new-module.md @@ -0,0 +1,26 @@ +--- +name: New Module Request +about: Suggest a new module +labels: enhancement, new module +--- + +# Feature Request + +## Wanted Module + + +## Endpoint (if you found one) + +`https://...` + +### Query Params +| Name | Type | Required | +| ---- | ---- | -------- | +| | | | + +## Potential Example Usage +This module *could* be used in the following way: +```ts +// something here, please fill this out +``` + diff --git a/.github/ISSUE_TEMPLATE/validation.md b/.github/ISSUE_TEMPLATE/validation.md new file mode 100644 index 00000000..38f30f97 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/validation.md @@ -0,0 +1,30 @@ +--- +name: Validation Error +about: Something went wrong with validation +labels: bug, validation +--- + +# Validation Error + +## Minimal Reproduction + + +## Symbol(s) that it happened for +- +- +- + +## Error Message + +``` + +``` + +## Environment +Browser or Node: +Node version (if applicable): +Npm version: +Browser verion (if applicable): +Library version (e.g. `1.10.1`): + +## Additional Context diff --git a/.github/pull_reequest_template.md b/.github/pull_reequest_template.md new file mode 100644 index 00000000..8242febb --- /dev/null +++ b/.github/pull_reequest_template.md @@ -0,0 +1,17 @@ +Closes # . + +## Changes +- +- +- + +## Type +- [ ] New Module +- [ ] Other New Feature +- [ ] Validation Fix +- [ ] Other Bugfix +- [ ] Docs +- [ ] Chore/other + +## Comments/notes + \ No newline at end of file