First of all, thank you so much! It's great to have you help to make this project better.
There is a lot of way to contribute to this project, it's not just about writing code, you can:
- Try the development version at https://webuild-blog.vercel.app/ and file an issue when you found one
- Review the code
- Suggest new ideas or features
- Or you can pickup one of the open issues and fix it.
If you're about to make a code change, please kindly open a new ticket or comment to the exists ticket, it's better to have a discussion about your ideas/approaches/solutions with the maintainer before you write any code.
Once you're ready to work on an actual implementation, please follow these steps:
- Fork the repository to your account
- Create a new branch and working on your implementation
- Push the changes to your repository
- Open a new pull request to
webuild-community/federated-blog
- Please take sometime describe what changed in your pull request and link it to the original ticket where the discussion happen
Please make sure all the linter rules passed before making the pull request. We're using ESlint and Prettier to maintain the coding convention, please setup your editor accordingly to make these tools works.