Skip to content

Commit

Permalink
Create documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KesharwaniArpita authored Oct 24, 2024
1 parent 5541547 commit dc98166
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: 📝 Documentation
description: Contribute to improving Scribe-Android's documentation!
labels: ["documentation"]
projects: ["scribe-org/2"]
body:
- type: checkboxes
id: terms
attributes:
label: Terms
options:
- label: I have searched [documentation issues](https://github.com/scribe-org/Scribe-Android/issues?q=is%3Aissue+label%3Adocumentation)
required: true
- label: I agree to follow Scribe-Android's [Code of Conduct](https://github.com/scribe-org/Scribe-Android/blob/main/.github/CODE_OF_CONDUCT.md)
required: true
- type: input
id: topic
attributes:
label: Documentation Topic
placeholder: Briefly describe the documentation area you're working on.
validations:
required: true
- type: textarea
id: description
attributes:
label: Description
placeholder: Provide details of your contribution.
validations:
required: true
- type: markdown
attributes:
value: |
🔗 Please follow our [Documentation Guidelines](https://github.com/scribe-org/Scribe-Android/wiki/Documentation-Guidelines).
- type: markdown
attributes:
value: |
🚀 Thanks for contributing to Scribe Android's documentation!

0 comments on commit dc98166

Please sign in to comment.