Contributing - bri-thetechie/TSA GitHub Wiki
How to Contribute
- Fork the Repository: Create your own fork of the repository on GitHub.
- Create a Branch: Create a new branch in your fork for your changes (e.g.,
feature/new-analysis
). - Make Your Changes: Implement your changes, ensuring the code follows good R practices and is well-commented.
- Test Your Changes: Thoroughly test your changes to ensure they are working correctly and do not introduce any regressions.
- Submit a Pull Request: Once you are satisfied with your changes, submit a pull request to the main repository.
Guidelines
- Follow consistent code style.
- Write clear and concise commit messages.
- If you are adding a new feature, consider adding relevant documentation to the Wiki.
We appreciate your contributions!