Engineering-Notes-Website
Engineering-Notes-Website copied to clipboard
[Feature Request]: Noticed Still this Project Repository does not have GitHub Issue Templates. I add that Full Stack Templates!!
GSSOC'23 Contributor
Purpose of Raising this Issue
1. documentation.yml (Custom ISSUE_TEMPLATE):
- The documentation.yml file serves as a custom ISSUE_TEMPLATE for your GitHub repository, specifically focused on documentation-related issues. When contributors or users of your project want to report documentation-related problems, improvements, or requests, they can create a new issue using this template.
- The contents of documentation.yml could include prompts or guidelines to help users structure their documentation-related issue reports effectively. For example, it might ask them to provide specific details about the section/page of documentation they found confusing, suggest possible improvements, or even ask for clarifications about the issue they are experiencing.
2. styles.yml (Custom ISSUE_TEMPLATE):
- The styles.yml file, on the other hand, serves as a custom ISSUE_TEMPLATE for issues related to coding style, code formatting, and linting rules within your GitHub repository. This template helps contributors or users report code style-related concerns or seek guidance on adhering to the project's coding standards.
- The contents of styles.yml might include specific questions or prompts related to coding style, requesting users to provide examples of code snippets that need formatting adjustments or explanation. Additionally, you might include instructions on how to check code against the project's style guidelines and best practices.
3. bug_report.yml(Custom ISSUE_TEMPLATE)
- The bug_report.yml file is a YAML-based GitHub Issue Template file used to create a structured template for reporting bugs or issues in a GitHub repository. When users or contributors create a new issue using this template, it prompts them to provide specific details about the problem they encountered, helping to gather essential information to understand and resolve the bug effectively.
4. feature_request.yml(Custom ISSUE_TEMPLATE)
- The feature_request.yml file is a YAML-based GitHub Issue Template file used to create a structured template for suggesting new features or enhancements in a GitHub repository. When users or contributors create a new issue using this template, it prompts them to provide specific details about the feature they are proposing, helping to gather essential information to understand and evaluate the suggested enhancement effectively.
Hi @NageshMandal . Please review on this Issue as soon as Possible . Thank You !