Skip to content

Commit

Permalink
added contribution instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
qaqaqaqaowh committed Apr 10, 2020
1 parent 531def9 commit ec4f8ec
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
dist
ftg.egg-info
build
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
A package aimed to automate creation of flask app template.

A package aimed to automate creation of flask app template.

Please create a new environment before executing `ftg new app_name` as it will update the requirements accordingly.

---

### Contribution

Clone project, create branch, add code, run `python setup.py install` to test the package.

After completion, psuh code, create pull request.

---

0 comments on commit ec4f8ec

Please sign in to comment.