complete import into opendev infrastructure
add .gitreview file for gerrit set up linters job update location of git repo and add basic contributing instructions Change-Id: I06f35574f42cfb6270a8b8e225555388d12fdad9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
3077d6dca4
commit
70035ce1f9
4
.gitreview
Normal file
4
.gitreview
Normal file
@ -0,0 +1,4 @@
|
||||
[gerrit]
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/git-os-job.git
|
7
.zuul.yaml
Normal file
7
.zuul.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-tox-linters
|
10
CONTRIBUTING.rst
Normal file
10
CONTRIBUTING.rst
Normal file
@ -0,0 +1,10 @@
|
||||
If you would like to contribute to the development of OpenStack,
|
||||
start by following the steps in this page:
|
||||
|
||||
https://docs.openstack.org/infra/manual/developers.html
|
||||
|
||||
Once those steps have been completed, changes to OpenStack
|
||||
should be submitted for review via the Gerrit tool, following
|
||||
the workflow documented at:
|
||||
|
||||
https://docs.openstack.org/infra/manual/developers.html#development-workflow
|
@ -43,7 +43,10 @@ submitting a release tag::
|
||||
Contributing and Reporting Bugs
|
||||
-------------------------------
|
||||
|
||||
Please use the bug tracker on the github repository to report
|
||||
problems. Patches for improvements are welcome, too.
|
||||
Please use the storyboard tracker to report problems.
|
||||
|
||||
https://github.com/dhellmann/git-os-job
|
||||
https://storyboard.openstack.org/#!/project/1099
|
||||
|
||||
Patches for improvements are welcome, too, via gerrit:
|
||||
|
||||
https://git.openstack.org/openstack/git-os-job
|
||||
|
Loading…
Reference in New Issue
Block a user