mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 01:02:29 +02:00
Update CONTRIBUTING.md
This commit is contained in:
parent
dcb575a178
commit
a53502db1a
1 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,4 @@
|
|||
The project embraces distributed development and if you'd like to help, we'll pay you -- find out more at [Worklist.net](https://worklist.net). If you find a small bug and have a fix, pull requests are welcome. If you'd like to get paid for your work, make sure you report the bug via a job on Worklist.net.
|
||||
|
||||
We're hiring! We're looking for skilled developers; send your resume to hiring@highfidelity.io
|
||||
The project embraces distributed development and if you'd like to help, it would be greatly appreciated. Just open a pull request with the revisions.
|
||||
|
||||
Contributing
|
||||
===
|
||||
|
@ -8,7 +6,7 @@ Contributing
|
|||
2. Clone your fork of the repository locally
|
||||
|
||||
```
|
||||
git clone git://github.com/USERNAME/hifi.git
|
||||
git clone git://github.com/USERNAME/project-athena.git
|
||||
```
|
||||
3. Create a new branch
|
||||
|
||||
|
@ -22,15 +20,15 @@ Contributing
|
|||
6. Update your branch
|
||||
|
||||
```
|
||||
git remote add upstream https://github.com/highfidelity/hifi
|
||||
git pull upstream master
|
||||
git remote add upstream https://github.com/kasenvr/project-athena
|
||||
git pull upstream kasen/core
|
||||
```
|
||||
|
||||
Resolve any conflicts that arise with this step.
|
||||
7. Push to your fork
|
||||
|
||||
```
|
||||
git push origin master
|
||||
git push origin kasen/core
|
||||
```
|
||||
8. Submit a pull request
|
||||
|
||||
|
@ -39,10 +37,8 @@ Contributing
|
|||
Reporting Bugs
|
||||
===
|
||||
1. Always update to the latest code on master, we make many merges every day and it is possible the bug has already been fixed!
|
||||
2. Search jobs [on Worklist](https://worklist.net) to make sure that somebody has not already reported the same bug.
|
||||
3. Add a [job on Worklist](https://worklist.net/job/add) including information about your system and how to reproduce the bug.
|
||||
2. Search [issues](https://github.com/kasenvr/project-athena/issues) to make sure that somebody has not already reported the same bug. [Add](https://github.com/kasenvr/project-athena/issues/new) your report to the issues list!
|
||||
|
||||
Requesting a feature
|
||||
===
|
||||
1. Search the [the Worklist](https://worklist.net) to make sure that somebody has not already requested the same feature. If you find a matching request, feel free to add any additional comments to the existing issue.
|
||||
2. Add a [job on Worklist](https://worklist.net/job/add) that is labeled as a Feature (and select any other appropriate Labels) and includes a detailed description of your request.
|
||||
1. Search [issues](https://github.com/kasenvr/project-athena/issues) to make sure that somebody has not already requested the same feature. [Add](https://github.com/kasenvr/project-athena/issues/new) your request to the issues list!
|
||||
|
|
Loading…
Reference in a new issue