Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.45 KB

File metadata and controls

47 lines (32 loc) · 1.45 KB

i# Contributing to the Codeleak mono repo

Table of Contents

Code of Conduct

We have a code of conduct you can find here and every contributor is expected to obey the rules therein. Any issues or PRs that don't abide by the code of conduct may be closed.

Folder structure

codeleak/                 # NextJS App
├── django-backend        # API server

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

Submitting a Pull Request

Please go through existing issues and pull requests to check if somebody else is already working on it, we use someone working on it label to mark such issues.

Add yourself as a contributor

This project follows the all-contributors specification. Contributions of any kind welcome!

To add yourself to the table of contributors on the README.md, please use the automated script as part of your PR:

yarn contributors:add

Follow the prompt and commit .all-contributorsrc and README.md in the PR.

Thank you for taking the time to contribute! 👍