Thank you for considering contributing to our project! Here are some guidelines to help you get started:
- Fork the repository: Click the "Fork" button at the top right of the repository page.
- Clone your fork: Clone your forked repository to your local machine.
git clone https://github.com/your-username/jah-pod-allmossar.git
- Create a branch: Create a new branch for your feature or bugfix.
git checkout -b feature/your-feature-name
- Make changes: Make your changes to the codebase.
- Commit your changes: Commit your changes with a clear and descriptive commit message.
git commit -m "Add feature: your feature name"
- Push to your fork: Push your changes to your forked repository.
git push origin feature/your-feature-name
- Create a Pull Request: Open a pull request to the main repository. Provide a clear description of your changes and the problem they solve.
- Follow the existing code style and conventions.
- Write clear and concise comments where necessary.
- Ensure your code is well-documented.
- Write tests for your code.
- Ensure all tests pass before submitting your pull request.
- Use the issue tracker to report bugs or suggest features.
- Provide as much detail as possible, including steps to reproduce the issue.
- Be respectful and considerate of others.
- Follow the project's code of conduct.
Thank you for your contributions!