forked from entrepreneur-interet-general/solidata_backend
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d0dddfa
commit 7f7abb8
Showing
38 changed files
with
427 additions
and
1,686 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# GUIDELINES FOR DEVELOPMENT | ||
|
||
This project is prone to be developped by several developpers, so we agreed on some basic rules... | ||
|
||
## GENERAL | ||
|
||
- check out our "project" board to have an idea about the priorities we collectively decided to work on | ||
- "see something, say something" : open new issues when you see problems to solve | ||
- document your own issues with everything you have : images, references, snippets, etc... | ||
- we update the `README.md` and the `GUIDELINES_DEV.md` directly on github | ||
- for the markdown files try to [follow those advices](http://www.cirosantilli.com/markdown-style-guide/#dollar-signs-in-shell-code) | ||
|
||
## PYTHON | ||
|
||
- comment your code | ||
- | ||
|
||
## SWAGGER | ||
|
||
- ... | ||
|
||
|
||
## GIT MANAGEMENT | ||
|
||
We are following this git principles : [link to blog](https://guillim.github.io/git/2018/04/24/Git-workflow.html). In brief : | ||
- there are 2 main branches : `master` and `develop` | ||
- new features must be code reviewed and then (if accepted) pulled into the branch `develop` | ||
- once every new feature is accepted and merged into `develop`, `develop` must be merged into `master` to constitute a new release | ||
|
||
please follow those rules when developping new features : | ||
- locally : create a new branch to work on your own feature(s) | ||
- push your branch to the remote repo (github repo) : | ||
> | ||
git push origin <your_branch> | ||
- ask for a pull request on Github from `your_branch` to `develop` | ||
- someone else must be assigned as a code reviewer, whose in charge to accept your code changes and merge | ||
- once accepted / reviewed delete `your_branch` from repo to keep the branches clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.