From d1f019b20fe34c28da59afd64fb5ff11215fc3f7 Mon Sep 17 00:00:00 2001 From: Koya Narendra Date: Wed, 2 Aug 2023 12:07:47 +0530 Subject: [PATCH 1/2] added styles.yml and documentation.md file for GitHub Issue Templates --- .github/ISSUE_TEMPLATE/documentation.md | 65 +++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/styles.yml | 31 ++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/documentation.md create mode 100644 .github/ISSUE_TEMPLATE/styles.yml diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md new file mode 100644 index 0000000..ae456b6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -0,0 +1,65 @@ +--- +name: Documentation Issue +about: Report an issue with the project documentation +title: "[Documentation] " + +--- + + + +### Issue Summary + +**Description:** +A clear and concise description of the problem with the documentation or the improvement you'd like to suggest. + +**Severity:** +[ ] Low +[ ] Medium +[ ] High +[ ] Critical + +**Affected Documentation Section:** +Specify the relevant section(s) or page(s) of the documentation where you encountered the issue. + +### Expected Documentation + +**Describe the expected content:** +If applicable, describe how you expected the documentation to be, or provide examples of how it could be improved. + +**Proposed Solution:** +Share your ideas for improving the documentation or propose a solution if you have one. + +### Reproduction Steps + +**Steps to Reproduce:** +If the issue is related to inaccuracies or unclear instructions, provide the steps to reproduce the problem. + +**Screenshots or Code Snippets:** +Attach any relevant screenshots or code snippets that illustrate the problem. + +### Environment Information + +**Your Environment:** +- OS: [e.g., Windows, macOS, Linux] +- Browser: [e.g., Chrome, Firefox, Safari] +- Version: [e.g., 1.0.0] + +**Additional Context:** +Add any other context or details that might be helpful for understanding the issue. + +### Related Documentation URLs + +**Links:** +If relevant, provide any specific URLs or links to the documentation in question. + +### Additional Notes + +**Notes:** +Add any other notes or comments related to this documentation issue. + + diff --git a/.github/ISSUE_TEMPLATE/styles.yml b/.github/ISSUE_TEMPLATE/styles.yml new file mode 100644 index 0000000..e11ee69 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/styles.yml @@ -0,0 +1,31 @@ +name: Style Changing Request +description: Suggest a style designs +title: '[style]: ' +labels: ['enhancement'] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this template! + - type: textarea + id: style-idea + attributes: + label: What's the style idea? + placeholder: Add descriptions + value: 'We need to improve ' + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Add screenshots + description: Add screenshots to see the demo + placeholder: Add screenshots + value: 'Add screenshots' + - type: checkboxes + id: terms + attributes: + label: Code of Conduct + description: By submitting this issue, you agree to follow our Code of Conduct + options: + - label: I agree to follow this project's Code of Conduct \ No newline at end of file From 8a6865fe8cce518f94755a47cd3b4b0e76e366c6 Mon Sep 17 00:00:00 2001 From: Koya Narendra <84512164+NarendraKoya999@users.noreply.github.com> Date: Wed, 2 Aug 2023 18:21:26 +0530 Subject: [PATCH 2/2] Update styles.yml Added additional lines of Code --- .github/ISSUE_TEMPLATE/styles.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/styles.yml b/.github/ISSUE_TEMPLATE/styles.yml index e11ee69..54f4c6c 100644 --- a/.github/ISSUE_TEMPLATE/styles.yml +++ b/.github/ISSUE_TEMPLATE/styles.yml @@ -28,4 +28,14 @@ body: label: Code of Conduct description: By submitting this issue, you agree to follow our Code of Conduct options: - - label: I agree to follow this project's Code of Conduct \ No newline at end of file + - label: I agree to follow this project's Code of Conduct + required: true + - label: I have read the [Contributing Guidelines](https://github.com/agamjotsingh18/codesetgo/blob/main/CONTRIBUTING.md) + required: true + + - label: I agree to follow this project's [Code of Conduct](https://github.com/agamjotsingh18/codesetgo/blob/main/CODE_OF_CONDUCT.md) + required: true + + - label: I'm a GSSoC'23 contributor + + - label: I want to work on this issue