Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.27 KB

File metadata and controls

28 lines (21 loc) · 1.27 KB

Contributing to arch-at-t14s

Thank you for your interest in improving this project! We welcome contributions from everyone.

Please read the guidelines below to ensure a smooth collaboration process.

Code of Conduct

By participating in this project, you agree to abide by our Code of Conduct. Please be respectful and welcoming to all community members.

How to Suggest a Feature or Fix

We love new ideas! To request a feature, open an issue and explain:

  • The Goal: What problem does this feature solve?
  • The Solution: Describe how you envision the feature working.
  • Alternative Approaches: Any other solutions you considered.

How to Submit Changes

We use the standard GitHub fork-and-pull workflow for all code contributions.

  1. Fork the Repository: Create your own copy of this project.
  2. Clone Locally: Download your fork to your computer.
  3. Create a Branch: Use a descriptive name like git checkout -b fix/login-bug.
  4. Make Changes: Write clean code and follow the existing style.
  5. Run Tests: Ensure everything passes before committing.
  6. Commit & Push: Write clear commit messages and push to your fork.
  7. Open a Pull Request: Submit your changes to our main branch for review.

Thank you for making this project better!