-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update contribution relevant guides (#2993)
Co-authored-by: Lukas Hinterreiter <[email protected]>
- Loading branch information
Showing
3 changed files
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,33 @@ | ||
<!-- | ||
Thanks for opening a pull request! Here are some tips to get everything merged smoothly: | ||
1. Read our contributor guidelines: https://github.com/Dynatrace/dynatrace-operator/blob/main/CONTRIBUTING.md | ||
2. If the PR is unfinished, raise it as a draft or prefix the title with "WIP:" so it's clear to everyone. | ||
3. Be sure to allow edits from maintainers, so it's easier for us to help: https://help.github.com/en/articles/allowing-changes-to-a-pull-request-branch-created-from-a-fork | ||
--> | ||
|
||
## Description | ||
|
||
<!-- | ||
Please include the following: | ||
- The motivation for the change | ||
- Link to the Github issue or Jira ticket, if exists. | ||
- The summary of the change | ||
- A meaningful PR title [guidelines](https://github.com/kubernetes/community/blob/master/contributors/guide/pull-requests.md#use-imperative-mood-in-your-commit-message-subject) | ||
- A summary of the change | ||
- Which issue is fixed (if there is one) | ||
- Relevant motivation and context | ||
--> | ||
|
||
## How can this be tested? | ||
|
||
<!-- | ||
Please include some guiding steps on how to test this change during a review. | ||
- What environment is necessary for the change to be noticeable ? | ||
- What needs to be enabled/applied for the change to be noticeable ? | ||
## Checklist | ||
|
||
- [ ] Unit tests have been updated/added | ||
- [ ] PR is labeled accordingly with a single label | ||
- [ ] I have read and understood the [contribution guidelines](https://github.com/Dynatrace/dynatrace-operator/blob/main/CONTRIBUTING.md) | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters