Thank you for considering contributing to rn-animated-toast! We appreciate your interest and support in making this package better.
We have adopted a Code of Conduct that we expect all contributors to follow. Please review and adhere to it throughout your participation. You can find our Code of Conduct here.
To contribute to rn-animated-toast, follow these steps:
- Fork the repository.
- Create a new branch for your contribution:
git checkout -b my-contribution
. - Make your desired changes and improvements.
- Commit your changes:
git commit -m "Add my contribution"
. - Push your changes to your forked repository:
git push origin my-contribution
. - Open a pull request in the main repository.
To set up the development environment for rn-animated-toast, follow these steps:
- Clone the repository:
git clone https://github.com/AashirRaz/rn-animated-toast.git
. - Install the dependencies:
npm install
oryarn install
. - Start the development server:
npm start
oryarn start
.
When contributing to rn-animated-toast, please adhere to the following guidelines and best practices:
- Follow the existing code style and formatting conventions.
- Write clear and concise commit messages.
- Provide detailed documentation for any new features or changes.
- Write tests to ensure code correctness and prevent regressions.
- Use meaningful variable and function names.
- Avoid introducing unnecessary dependencies.
- Consider the performance impact of your changes.
- Be respectful and constructive in your interactions with others.
If you encounter a bug while using rn-animated-toast or have a feature request, we encourage you to submit an issue on the GitHub issue tracker. When submitting an issue, please include relevant details, steps to reproduce the problem, and any additional context that may be helpful.
To submit a pull request for rn-animated-toast, please follow these guidelines:
- Ensure that your code is well-tested and passes all existing tests.
- Provide a clear description of the changes made in the pull request.
- Reference any related issues or pull requests in the description.
- Be prepared to address any feedback or requested changes during the review process.
By contributing to rn-animated-toast, you agree that your contributions will be licensed under the MIT License.
We appreciate your time and effort in contributing to rn-animated-toast. Together, let's create an even better package for the React Native community!