I love open-source 💛, so you are welcome to contribute if you want.
Make sure you install all npm package for dev dependencies. You need to check prettier
too.
This web was creates using create-react-app, so, you can start with:
yarn start
As I say, PR are welcome:
- Fork the repo and create your branch from
master
. - Run
npm -i -D
after forking/cloning the repo. - If you've added code that should be tested, add tests.
- If you've changed APIs, update the documentation.
- Ensure the test suite passes.
- Make sure your code lints.
- Keep in mind conflicts with
master
. Solve them. - Make a commit message using the guidelines.
As you can see, I like emojis 🌝. I inspire from WalmartLabs commit messages, so the guideline is:
- ⭐ for commits related to adding new features.
- 📦 for commits related to releases.
- 🐛 for commits related to fixing broken code.
- 📝 for commits related to adding and maintaining documentation.
- ♻️ for commits related to refactoring code and making it work better.
- 🛠 for commits related to writing or fixing tests.
- 🌈 for commits related to making your code or your app beautiful with style changes.
A good commit log can look like this:
⭐️ explain the feature in one line
Body of commit message in a few lines of text...
Make sure you push a single commit.
I use GitHub issues to track public bugs. You can send me a twit if you want (@_toti1212). Please ensure your description is clear and has sufficient instructions to be able to reproduce the issue.
I used prettier. Make sure your code is formatted with those before sending the pull request.
By contributing to creatives.lat, you agree that your contributions will be licensed under the LICENSE file in the root directory of this source tree 🗣.