diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-01 14:04:06 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-01 14:04:06 +0530 |
| commit | 91e8b4918f3120e93a2be098f9d69b618ac7a234 (patch) | |
| tree | d3ebd70536030724b855432900588a0c2268c6e5 | |
| parent | 082f076d071cf4a4b9e06318a4471873f8722890 (diff) | |
| download | aniwatch-api-91e8b4918f3120e93a2be098f9d69b618ac7a234.tar.xz aniwatch-api-91e8b4918f3120e93a2be098f9d69b618ac7a234.zip | |
docs: added issue_templates
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug-report.yml | 45 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/feature-request.md | 19 |
2 files changed, 64 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..ee81265 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,45 @@ +name: 🐞 Bug report +description: Create a report to help this api improve +labels: [bug] +assignees: [ghoshRitesh12] +body: + - type: input + id: describe-the-bug + attributes: + label: Describe the bug + description: | + A clear and concise description of what the bug is. + placeholder: | + Example: "This route is not working..." + validations: + required: true + + - type: textarea + id: expected-behavior + attributes: + label: Expected behavior + placeholder: | + Example: + "This should happen..." + validations: + required: true + + - type: textarea + id: actual-behavior + attributes: + label: Actual behavior + placeholder: | + Example: + "This happened instead..." + validations: + required: true + + - type: textarea + id: additional-context + attributes: + label: Additional context + description: | + Add any other context about the problem here. + placeholder: | + Example: + "Also ..." diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..719118d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature request 🆕 +about: Suggest an idea for this api +title: "" +labels: ["enhancement"] +assignees: ["ghoshRitesh12"] +--- + +**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 the solution you'd like** +A clear and concise description of what you want to happen. + +**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. |
