diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 95d2e8ee..14838baf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,28 +2,49 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: 'bug' assignees: '' --- -**Describe the bug** -A clear and concise description of what the bug is. + + +## Describe the bug + + + +## Screenshots + + + +## Reproduce + + + +Please provide a minimal [reproduction](https://stackoverflow.com/help/minimal-reproducible-example) for the issue. Thanks. + +## Expected behavior -**Screenshots** -If applicable, add screenshots to help explain your problem. + -**Environment (please complete the following information)** +## Environment (please complete the following information) - OS: [e.g. macOS 12.2.1, Windows 11, Ubuntu 22.04] - Browser: [e.g. chrome, safari] - Jest version: [e.g. 27.5.1] -**Additional context** -Add any other context about the problem here. +## Additional context + + + + diff --git a/.github/ISSUE_TEMPLATE/example_request.md b/.github/ISSUE_TEMPLATE/example_request.md new file mode 100644 index 00000000..8e56ab38 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/example_request.md @@ -0,0 +1,33 @@ +--- +name: Example request +about: Suggest an example of using Jest Preview in real world +title: '' +labels: 'examples' +assignees: '' +--- + + + +## What is the framework/ technology you want to integrate Jest Preview to? + + + +## Useful links + + + +## Do you want to add this example by your own? + + + + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 82adedcc..1ec3eae0 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,21 +2,37 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: 'feature request' assignees: '' --- -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + -**Describe how should jest-preview implements this feature** -Do you have any idea how to implement this feature? Please describe the idea or strategy to tackle this problem. +## Is your feature request related to a problem? Please describe. -**Describe alternatives you've considered** -A clear and concise description of any alternative solutions or features you've considered. + -**Additional context** -Add any other context or screenshots about the feature request here. +## Describe the solution you'd like + + + +## Describe how should jest-preview implements this feature + + + +## Describe alternatives you've considered + + + +## Additional context + + + + diff --git a/.github/ISSUE_TEMPLATE/improvement.md b/.github/ISSUE_TEMPLATE/improvement.md index d688a494..aaaca102 100644 --- a/.github/ISSUE_TEMPLATE/improvement.md +++ b/.github/ISSUE_TEMPLATE/improvement.md @@ -6,17 +6,33 @@ labels: '' assignees: '' --- -**Which feature you want to improve?** -A description to a feature you want to improve. A permanent link to the implementation is a good attachment. + -**Potential bugs/ unexpected behaviors** -A clear and concise description of what you expected to happen. +## Which feature you want to improve? -**How to implement the changes** -Describe the idea on how to improve the feature. Pseudo code is a good way to describe the idea. + -**Others** -Do you have anything else you want to share about the improvement? +## What and why you want to improve that feature + + + +## Potential bugs/ unexpected behaviors + + + +## How to implement the changes + + + +## Others + + + + diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 08663630..0dddf0d2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1,12 @@ + + +## Summary/ Motivation (TLDR;) + ## Related issues