mindcraft icon indicating copy to clipboard operation
mindcraft copied to clipboard

Implement Standardized Templates and Contribution Guidelines

Open HakeemsGit opened this issue 5 months ago • 0 comments

Description

Implement standardized templates and guidelines to improve clarity, streamline development, and enhance collaboration for Mindcraft.

Proposed Changes

  1. Feature Request Template

    • Title
    • Description
    • Proposed Solution
    • Files to Modify
    • Acceptance Criteria
  2. Contribution Guidelines (CONTRIBUTING.md)

    • Issue/PR submission process
    • Coding standards
    • Commit message conventions
    • Code review process
  3. Update README.md

    • Add contribution section
    • Link to CONTRIBUTING.md
  4. Issue and PR Templates

  5. CHANGELOG.md

Files to Modify/Create

  • .github/ISSUE_TEMPLATE/feature_request.md
  • .github/PULL_REQUEST_TEMPLATE.md
  • CONTRIBUTING.md
  • README.md
  • CHANGELOG.md

Acceptance Criteria

  • [ ] Only relevant code is changed to implement new feature
  • [ ] Templates and guidelines implemented
  • [ ] Documentation updated
  • [ ] Community feedback incorporated

Additional Notes

These changes will improve project structure, ease contribution, and streamline development. Community involvement in creating and reviewing these documents is crucial.

HakeemsGit avatar Sep 01 '24 14:09 HakeemsGit