Skip to content

Commit c308f4e

Browse files
author
Frank Taubert
committed
update documentation
1 parent 7dc8f92 commit c308f4e

1 file changed

Lines changed: 2 additions & 21 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The uii-python-api project follows the [Contributor Covenant Code of Conduct](ht
1515

1616
You can contribute:
1717

18-
- By opening an issue for discussion: For example, if you found a bug, creating a bug report using the [template](https://github.com/virtomize/uii-python-api/blob/master/.github/ISSUE_TEMPLATE/bug_report.md) is the way to report it.
18+
- By opening an issue for discussion: For example, if you found a bug, creating a bug report using the template is the way to report it.
1919
- By providing supporting details to an existing issue: For example, additional testcases.
2020
- By helping to resolve an issue: For example by opening a [Pull Request](https://github.com/virtomize/uii-python-api/pulls)
2121

@@ -111,26 +111,7 @@ $ git push origin example-branch
111111

112112
### 7. Open the Pull Request
113113

114-
From within GitHub, by opening a new Pull Request will present you with a template that should be filled out:
115-
116-
```
117-
<!--
118-
Thank you for your pull request. Please provide a description above and review
119-
the requirements below.
120-
121-
Bug fixes and new features should include unit tests.
122-
123-
Contributors guide: https://github.com/virtomize/uii-python-api/blob/master/CONTRIBUTING.md
124-
-->
125-
126-
##### Checklist
127-
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
128-
129-
- [ ] `mage test` passes
130-
- [ ] unit tests are included and tested
131-
- [ ] documentation is added or changed
132-
```
133-
114+
From within GitHub, by opening a new Pull Request will present you with a template that should be filled out.
134115
Please fill out all details, feel free to skip not nessesary parts or if you're not sure what to fill in.
135116

136117
Once opened, the Pull Request is opend and will be reviewed.

0 commit comments

Comments
 (0)