Skip to main content

Contributing to Govenify Documentation

Thank you for your interest in contributing to the Govenify documentation! Your help is crucial in improving the quality of our documentation and making it easier for users to understand and utilize our services.

Steps to Contribute​

To contribute to Govenify documentation, please follow these steps:

  1. Access the online documentation at governify docs or bluejay docs.

  2. Read the existing documentation to become familiar with the topics and ensure that your contribution is relevant and helpful.

  3. Click the "Edit" button at the bottom of the page.

  4. Fork the repository if you don't already have one.

  5. Make your modifications in the relevant Markdown (MD) file.

    • When adding images, place them in the /static/img directory.
    • When including code, make sure to use appropriate code formatting and specify the language, like this:
       >```js
    > console.log("hello governify")
    >```
  6. Commit your changes with a descriptive commit message using our commits convention.

  7. Create a Pull Request (PR) from your forked repository to the main Govenify documentation repository.

  8. Our team will review your PR, and if it meets our guidelines, it will be merged.

Thank you for your contributions to Govenify documentation!