|
| 1 | +name: 📄 Documentation |
| 2 | +description: Fix / Update the docs |
| 3 | +title: "[Docs]: <description>" |
| 4 | +labels: ["documentation", "to fix", "good first issue"] |
| 5 | +assignees: |
| 6 | + - octocat |
| 7 | +body: |
| 8 | + - type: markdown |
| 9 | + attributes: |
| 10 | + value: | |
| 11 | + If there's a problem with the docs, we trust you can fix it. Thanks in advance for taking your time to check out the issue. |
| 12 | + - type: input |
| 13 | + id: contact |
| 14 | + attributes: |
| 15 | + label: Contact Details |
| 16 | + description: How can we get in touch with you if we need more info? |
| 17 | + placeholder: ex. skywalker@email.com |
| 18 | + validations: |
| 19 | + required: false |
| 20 | + - type: textarea |
| 21 | + id: what-happened |
| 22 | + attributes: |
| 23 | + label: Description |
| 24 | + description: A brief description of the issue and what went wrong |
| 25 | + placeholder: Tell us what you see! |
| 26 | + render: shell |
| 27 | + validations: |
| 28 | + required: true |
| 29 | + - type: textarea |
| 30 | + id: docs-version |
| 31 | + attributes: |
| 32 | + label: Docs Version |
| 33 | + description: specify the docuementation version number |
| 34 | + placeholder: Sepcify the version-number of the documentation this issue occured. Ex; v2 |
| 35 | + render: shell |
| 36 | + validations: |
| 37 | + required: true |
| 38 | + - type: dropdown |
| 39 | + id: browsers |
| 40 | + attributes: |
| 41 | + label: What browsers are you seeing the problem on? |
| 42 | + description: Tell us what you see! |
| 43 | + options: |
| 44 | + - Firefox |
| 45 | + - Chrome |
| 46 | + - Safari |
| 47 | + - Microsoft Edge |
| 48 | + - Brave |
| 49 | + - All |
| 50 | + validations: |
| 51 | + required: true |
| 52 | + - type: textarea |
| 53 | + id: screenshots |
| 54 | + attributes: |
| 55 | + label: Screenshots |
| 56 | + description: Please add screenshots if applicable |
| 57 | + placeholder: Screenshot |
| 58 | + - type: checkboxes |
| 59 | + id: terms |
| 60 | + attributes: |
| 61 | + label: Code of Conduct |
| 62 | + description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/creative-tutorials/stashblob/blob/master/CODE_OF_CONDUCT.md) |
| 63 | + options: |
| 64 | + - label: I agree to follow this project's Code of Conduct |
| 65 | + required: true |
0 commit comments