Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.57 KB

CONTRIBUTING.md

File metadata and controls

48 lines (36 loc) · 1.57 KB

Contributing Guidelines

Thank you for considering contributing to our project! Here are some guidelines to help you get started:

How to Contribute

  1. Fork the repository: Click the "Fork" button at the top right of the repository page.
  2. Clone your fork: Clone your forked repository to your local machine.
    git clone https://github.com/your-username/jah-pod-allmossar.git
  3. Create a branch: Create a new branch for your feature or bugfix.
    git checkout -b feature/your-feature-name
  4. Make changes: Make your changes to the codebase.
  5. Commit your changes: Commit your changes with a clear and descriptive commit message.
    git commit -m "Add feature: your feature name"
  6. Push to your fork: Push your changes to your forked repository.
    git push origin feature/your-feature-name
  7. Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and the problem they solve.

Code Style

  • Follow the existing code style and conventions.
  • Write clear and concise comments where necessary.
  • Ensure your code is well-documented.

Testing

  • Write tests for your code.
  • Ensure all tests pass before submitting your pull request.

Reporting Issues

  • Use the issue tracker to report bugs or suggest features.
  • Provide as much detail as possible, including steps to reproduce the issue.

Code of Conduct

  • Be respectful and considerate of others.
  • Follow the project's code of conduct.

Thank you for your contributions!