Skip to contents

We welcome contributions to Surveydown!

You can contribute in many ways:

  • By opening issues to provide feedback and share ideas.
  • By fixing typos in documentation
  • By submitting Pull Request (PR) to fix opened issues
  • By submitting Pull Request (PR) to suggest new features (it is considered good practice to open an issue for discussion before working on a pull request for a new feature).

To submit a contribution using a Pull Request

  1. Fork the repository, clone it locally, and make your changes in a new branch specific to the PR. For example:

    # clone your fork
    $ git clone https://github.com/<username>/surveydown
    
    # configure for your platform (./configure.sh for linux/mac  or ./configure.cmd for Windows)
    $ cd quarto-cli
    $ ./configure.sh
    
    # checkout a new branch
    $ git checkout -b bugfix/myfix
  2. Submit the pull request. It is ok to submit as a draft if you are still working on it but would like some feedback from us. It is always good to share in the open that you are working on it.

We’ll try to be as responsive as possible in reviewing and accepting pull requests. Very much appreciate your contributions!