From 9ead528d50e75d8b2ee59077d0238ffda7e18f2a Mon Sep 17 00:00:00 2001 From: Abdul Khalid Date: Tue, 8 Aug 2023 13:25:40 +0530 Subject: [PATCH] remove: duplicate documentation issue template --- .github/ISSUE_TEMPLATE/doc.yml | 41 ---------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/doc.yml diff --git a/.github/ISSUE_TEMPLATE/doc.yml b/.github/ISSUE_TEMPLATE/doc.yml deleted file mode 100644 index 4388ac70a..000000000 --- a/.github/ISSUE_TEMPLATE/doc.yml +++ /dev/null @@ -1,41 +0,0 @@ -name: Documentation or README.md issue report -description: Report an issue in the project's documentation or README.md file. -title: "[Documentation Addition]: " -labels: ["documentation", "enhancement"] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this documentation deficiency report! - - - - type: textarea - id: documentation-description - attributes: - label: Also, describe the documentation you want to add. ✍️ - description: Enter a brief description about the deficit documentation that you want to add. - placeholder: Please include a summary, also include relevant motivation and context. - value: "Description" - validations: - required: true - - - - type: dropdown - id: contribution - attributes: - label: Are you contributing for a program? - multiple: true - options: - - GSSoC23 - - Other - - - - type: checkboxes - id: terms - attributes: - label: Code of Conduct - description: By submitting this issue, you agree to follow our contibuting guideline[CONTRIBUTING GUIDELINE](https://github.com/ssitvit/Games-and-Go/blob/main/Contributing.md) - options: - - label: I follow [CONTRIBUTING GUIDELINE](https://github.com/ssitvit/Games-and-Go/blob/main/Contributing.md) of this project. - required: true \ No newline at end of file