Skip to content

Commit

Permalink
Add warning to GitHub PR template
Browse files Browse the repository at this point in the history
- https://blog.github.com/2016-02-17-issue-and-pull-request-templates/

Change-Id: I24cfea94187fab1cc9241674598a228c02255a0a
  • Loading branch information
y-higuchi committed Jun 8, 2018
1 parent ea70de3 commit a77e335
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

ONOS project does not use GitHub features for code contribution.

Please submit a patch to [ONOS gerrit](https://gerrit.onosproject.org/).

You will need to register to submit a patch.
If you do not have ONOS project account yet, you can create one here
https://onosproject.org/register/

More information about how you can contribute can be found on the wiki:
https://wiki.onosproject.org/display/ONOS/Contributor+Guide

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ $ onos localhost
To run ONOS unit tests, including code Checkstyle validation, run the following command:
```bash
$ buck test
$ onos-buck test
```
Or more specific tests:
```bash
$ buck test [buck-test-rule]
$ onos-buck test [buck-test-rule]
```
## Contributing
Expand Down

0 comments on commit a77e335

Please sign in to comment.