This is the Web Frontend of contributing-gen - The guideline to communicate how people should contribute to your project. It is made with Vue.js and serves as a simple client-only configurator to generate a CONTRIBUTING.md
and a CODE_OF_CONDUCT.md
.
Encourage people to contribute to your project with your own contribution guide. Generate it here!
We are happy if you have a little time and can help the project. You can either help here in this repository to make the frontend better, or you can improve the templates in the contributing-gen repository. Just create a pull request or an issue with suggestions.
Run the following commands in your terminal.
git clone git@github.com:bttger/contributing-gen-web.git
cd contributing-gen-web
npm install
npm run serve
npm run build
npm run lint