diff --git a/.github/ISSUE_TEMPLATE/content-bug.yml b/.github/ISSUE_TEMPLATE/content-bug.yml index 7d1d78a58..09ee864da 100644 --- a/.github/ISSUE_TEMPLATE/content-bug.yml +++ b/.github/ISSUE_TEMPLATE/content-bug.yml @@ -1,4 +1,4 @@ -name: "Content issue" +name: "📑 Content issue" description: "Report a problem with content on 30-Days-Of-CPP." labels: ["content"] body: diff --git a/.github/ISSUE_TEMPLATE/missing_content.yml b/.github/ISSUE_TEMPLATE/missing_content.yml new file mode 100644 index 000000000..88088a4a9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/missing_content.yml @@ -0,0 +1,69 @@ +name: "📑 Add Content" +description: "Add missing content to 30-Days-Of-CPP." +labels: ["content"] +body: + - type: markdown + attributes: + value: | + ### Before you start + + - [ ] Check the [existing issues](https://github.com/subhadipbhowmik/30-Days-Of-CPP/issues) + - [ ] I have read the [contributing guidelines](https://github.com/subhadipbhowmik/30-Days-Of-CPP/blob/main/CONTRIBUTING.md) + + --- + # - type: input + # id: page-url + # attributes: + # label: Site URL + # description: The URL of the page where you found the issue + # validations: + # required: true + # -- BEGIN fields that correspond to `page-report.yml` —- + + - type: dropdown + id: day-selection + attributes: + label: Select the Day of Content + options: + - "Day 1" + - "Day 2" + - "Day 3" + - "Day 4" + - "Day 5" + - "Day 6" + - "Day 7" + - "Day 8" + - "Day 9" + - "Day 10" + - "Day 11" + - "Day 12" + - "Day 13" + - "Day 14" + - "Day 15" + - "Day 16" + - "Day 17" + - "Day 18" + - "Day 19" + - "Day 20" + - "Day 21" + - "Day 22" + - "Day 23" + - "Day 24" + - "Day 25" + - "Day 26" + - "Day 27" + - "Day 28" + - "Day 29" + - "Day 30" + - "others" + validations: + required: true + + - type: textarea + id: missing + attributes: + label: "What information is missing?" + validations: + required: true + + # -- END fields that correspond to `page-report.yml` —-