Thanks for your interest in contributing to ebtrfio-template! We welcome contributions from everyone, whether you're a beginner or an experienced developer. This guide outlines the process for contributing to our project.
To get started, follow these steps:
- Fork this repository to your own GitHub account.
- Clone the forked repository to your local machine.
- Create a new branch for your changes.
Once you have the repository set up, you can start making changes. We recommend following these guidelines when making contributions:
- Follow the bash style guide when writing code.
- Test your changes thoroughly before submitting a pull request.
- If you're adding a new feature, include tests to ensure that it works as expected.
- If you're fixing a bug, include a test that reproduces the bug and verifies that it has been fixed.
- Ensure that your code complies with ShellCheck, a static analysis tool that detects common scripting issues.
When you're ready to submit your changes, create a pull request by following these steps:
- Push your changes to the branch you created earlier.
- Go to the original repository and click the "New pull request" button.
- Select your forked repository and the branch containing your changes.
- Fill out the pull request template with a brief description of your changes and any relevant information.
- Submit the pull request.
We have adopted a Code of Conduct that we expect all contributors to follow. You can find it here.
If you encounter any issues while working on the project, please report them in the issue tracker.
This project is licensed under the MIT License.
Thanks for contributing!