Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 767 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (12 loc) · 767 Bytes

Welcome to Gofluence docs contributing guide

Gofluence is an Open-Source Software (OSS), so if you would like to contribute with fixes, new features, integrations, or other improvements, I will guide you step by step.

  1. You must check the feature backlog or ticket issues.
  2. Choose an activity you would like to develop.
  3. Fork the repository.
  4. Create a new branch.
  5. Add and commit your changes. Use a proper commit message.
  6. Push to the branch.
  7. Open a pull request and wait for the review and feedback.
  8. If there are any observations or improvements suggested for your code, take them positively.
  9. If there are no observations, your PR will be merged.
  10. Congratulations! You have successfully contributed to one of the greatest Go OSS projects.