Jiggy9/JCT

[Feature] Add Issue/Pull Request Section Template

Closed this issue ยท 1 comments

Feature Request

We need to add both an Issue Template and a Pull Request Template to the repository. This will standardize the way contributors create issues and submit pull requests, making it easier for maintainers to review and manage contributions.
Feature Details

Issue Template:
Create Create Create a ISSUE_TEMPLATE directory inside .github.
Add a default issue template file for bug reports, feature requests, and general queries.

Pull Request Template:
Create a PULL_REQUEST_TEMPLATE.md file inside the .github directory.
Include sections for a brief summary, changes made, testing steps, and a checklist to ensure contributions meet the project
guidelines.

Directory Structure

๐Ÿ“ .github
โ”ฃ ๐Ÿ“‚ ISSUE_TEMPLATE
โ”ƒ โ”ฃ ๐Ÿ“œ feature_request.md
โ”ƒ โ”ฃ ๐Ÿ“œ bug_report.md
โ”— ๐Ÿ“œ PULL_REQUEST_TEMPLATE.md

๐Ÿ‘ค Assigned To me this issue under Hactoberfest and GSSoC extd level-2

Jiggy9 commented

Feature Request

We need to add both an Issue Template and a Pull Request Template to the repository. This will standardize the way contributors create issues and submit pull requests, making it easier for maintainers to review and manage contributions. Feature Details

Issue Template: Create Create Create a ISSUE_TEMPLATE directory inside .github. Add a default issue template file for bug reports, feature requests, and general queries.

Pull Request Template: Create a PULL_REQUEST_TEMPLATE.md file inside the .github directory. Include sections for a brief summary, changes made, testing steps, and a checklist to ensure contributions meet the project guidelines.

Directory Structure

๐Ÿ“ .github โ”ฃ ๐Ÿ“‚ ISSUE_TEMPLATE โ”ƒ โ”ฃ ๐Ÿ“œ feature_request.md โ”ƒ โ”ฃ ๐Ÿ“œ bug_report.md โ”— ๐Ÿ“œ PULL_REQUEST_TEMPLATE.md

๐Ÿ‘ค Assigned To me this issue under Hactoberfest and GSSoC extd level-2

Not needed.