-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5541547
commit dc98166
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |