Contributing - bri-thetechie/TSA GitHub Wiki

How to Contribute

  1. Fork the Repository: Create your own fork of the repository on GitHub.
  2. Create a Branch: Create a new branch in your fork for your changes (e.g., feature/new-analysis).
  3. Make Your Changes: Implement your changes, ensuring the code follows good R practices and is well-commented.
  4. Test Your Changes: Thoroughly test your changes to ensure they are working correctly and do not introduce any regressions.
  5. 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!