Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.04 KB

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 1.04 KB

Contributing to create-aio-app

If you open this file, it means that you want to help. Thank you for that 🤗 Here is how to do that.

Steps to make a pull request

  1. Clone this github repo
  2. Make changes
  3. make test command must exit without errors
  4. Add your name to CONTRIBUTORS.txt to leave a trace in history 😀
  5. Make pull request
  6. If you change some ui of project, do not forget to add a screenshot with the changes
git clone https://github.com/aio-libs/create-aio-app.git
cd create-aio-app   
pip install -r requirements-dev.txt

make test

cd project_new 
make

open http://localhost:8080

Some possible ideas for the pull requests

  • good first issue - list of easy issues with description on what is have to be done
  • documentation - documentation needs to be continuously improved 🧐