Create markdown templates for creating GitHub issues and pull requests in the repository. The templates should provide a consistent and structured format for contributors to follow when proposing new features, reporting bugs, or submitting changes to the codebase.
User Story:
As a contributor, I want to have pre-defined templates for creating issues and pull requests, so that I can provide all the necessary information in a structured and organized manner.
Acceptance Criteria:
Create a markdown template for GitHub issues that includes sections for a detailed description, user story, acceptance criteria, mockups or diagrams (if applicable), and any additional notes.
Create a markdown template for pull requests that includes sections for a brief description of the changes, related issue(s), changes made, testing instructions, and any additional notes.
The templates should be stored in the .github folder of the repository.
The templates should automatically appear in the GitHub interface when creating a new issue or pull request.
The templates should be well-organized, easy to follow, and encourage contributors to provide detailed and relevant information.
The templates should include comments to guide contributors on what information to provide in each section.
Mockups or Diagrams (if applicable):
Not applicable for this feature.
Additional Notes:
The templates should be designed to encourage best practices in issue and pull request creation, such as clearly describing the problem or feature, providing context and motivation, and detailing the expected outcomes. This will help maintainers and other contributors better understand the proposed changes and facilitate more efficient collaboration.
About issue and pull request templates|
Description:
Create markdown templates for creating GitHub issues and pull requests in the repository. The templates should provide a consistent and structured format for contributors to follow when proposing new features, reporting bugs, or submitting changes to the codebase.
User Story:
As a contributor, I want to have pre-defined templates for creating issues and pull requests, so that I can provide all the necessary information in a structured and organized manner.
Acceptance Criteria:
.github
folder of the repository.Mockups or Diagrams (if applicable):
Not applicable for this feature.
Additional Notes:
The templates should be designed to encourage best practices in issue and pull request creation, such as clearly describing the problem or feature, providing context and motivation, and detailing the expected outcomes. This will help maintainers and other contributors better understand the proposed changes and facilitate more efficient collaboration. About issue and pull request templates|