You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Contributing
2
-
A roadmap of this project is located at https://github.com/Icinga/ansible-collection-icinga/milestones. Please consider
2
+
A roadmap of this project is located at https://github.com/NETWAYS/ansible-collection-icinga/milestones. Please consider
3
3
this roadmap when you start contributing to the project.
4
4
5
5
Before starting your work on this module, you should [fork the project] to your GitHub account. This allows you to
@@ -23,10 +23,6 @@ bugfixes:
23
23
- Fixes issue with something that was caused by something else
24
24
```
25
25
26
-
## Signing our CLA
27
-
28
-
When creating a Pull Request (PR) within one of our projects on GitHub, you will be automatically asked to sign our [CLA]. You only have to sign the [CLA] once and it will apply to all of our projects.
29
-
30
26
## Branches
31
27
Choosing a proper name for a branch helps us identify its purpose and possibly find an associated bug or feature.
32
28
Generally a branch name should include a topic such as `fix` or `feature` followed by a description and an issue number
@@ -46,5 +42,4 @@ tests as well.
46
42
[fork the project]: https://help.github.com/articles/fork-a-repo/
0 commit comments