Skip to content

Commit

Permalink
Merge pull request #35 from abiriadev/issue-templates-context
Browse files Browse the repository at this point in the history
chore: add a section for additional contexts
  • Loading branch information
abiriadev authored Jun 9, 2024
2 parents bcb1078 + 0c563ed commit fbf87e4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ body:
2. install dependencies.
3. run some commands.
4. open the browser and see the result.
- type: textarea
attributes:
label: Related Issues
description: |
Provide any related issues, PR, discussion, or context that can help us understand the bug.
placeholder: |
- #123 - description
- #456 - description
9 changes: 8 additions & 1 deletion .github/ISSUE_TEMPLATE/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ body:
Please link to the specific section of the documentation you are referring to, including an anchor if possible.
Alternatively, you can provide a permalink to the source.
value: |
validations:
required: true
- type: textarea
attributes:
label: Related Issues
description: |
Provide any related issues, PR, discussion, or context that can help us understand your suggestion.
placeholder: |
- #123 - description
- #456 - description
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/enhance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ body:
- label: I'm willing to actively contribute to it
validations:
required: true
- type: textarea
attributes:
label: Related Issues
description: |
Provide any related issues, PR, discussion, or context that can help us understand your suggestion.
placeholder: |
- #123 - description
- #456 - description

0 comments on commit fbf87e4

Please sign in to comment.