Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

38 lines (29 loc) · 1.49 KB

Contributing to this repository

First of all, thank you so much! It's great to have you help to make this project better.

How should I help?

There is a lot of way to contribute to this project, it's not just about writing code, you can:

Contributing process

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:

  1. Fork the repository to your account
  2. Create a new branch and working on your implementation
  3. Push the changes to your repository
  4. Open a new pull request to webuild-community/federated-blog
  5. 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.