Thank you for your interest in contributing to this project. 🥳 This project is open to contributions. If you have any ideas, suggestions, or improvements, feel free to open an issue or a pull request.
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to support@myalbum.com
- Fork the repository
- Install the dependencies with
yarn install
- Bootstrap the example project with
yarn bootstrap
- Start one of the example projects. Expo with
yarn expo
or bare withyarn bare
- Make your changes
- Run the tests with
yarn test
- Commit your changes
- Push to your fork and submit a pull request
Issues are tracked here.
We accept issues only on English. It is acceptable and encouraged to post an English translation of the issue if you are not a native English speaker. This will help maintainers and other contributors to understand the issue better.
Please note that using non-English as an attempt to circumvent our code of conduct will be an immediate, and possibly permanent, ban from the project.
Pull requests are welcome. Before submitting a pull request, please make sure that your changes are well tested. See above for instructions on how to contribute.
Dependencies should only be altered by maintainers. If you find a security vulnerability or a bug in a dependency, please report it in an issue. For security reasons, we do not accept pull requests that alter our package.json
or yarn.lock
files.
This project uses Prettier to format the code. When using Visual Studio Code, you can install the Prettier extension to format the code automatically on save. You can also run yarn format
to format the code.