Skip to content
Snippets Groups Projects

Resolve "write contributing guidelines"

Closed Xoeseko Yao Nyomi requested to merge 1-write-contributing-guidelines into master
1 file
+ 14
0
Compare changes
  • Side-by-side
  • Inline
+ 14
0
# Versusvirus2020
## Contributing workflow
1. After having cloned this repository use `ng serve -o` to test locally (n.b: you might need a local Google Maps API key for some functionalities ask maintainers).
2. Take an existing issue from the backlog (click on it) and create a merge request (You can rename the branch to something more fitting).
3. Follow the instructions to checkout the branch locally. In your console run.
```
git fetch origin
git checkout -b "name-of-your-branch" "origin/name-of-your-branch"
```
4. Implement your feature or fix the bug and commit your changes.
5. Pull the latest changes from the master repository. (Resolve conflicts if necessary. In doubt ask maintainers)
6. Push the changes to your merge request branch. Remove "WIP" from title and assign a maintainer to review and merge your code.
7. If everything is fine your code will be merged to the staging branch where we can review the edits on http://test.yana.help.
8. Finally the maintainers will take care of merging all changes from staging onto master so that they can integrate the main site.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.4.
## Development server
Loading