Skip to content

Commit d85cd60

Browse files
authored
chore: Remove half-implemented changelog automation (#1564)
Signed-off-by: Arthur Silva Sens <[email protected]>
1 parent 5d119ae commit d85cd60

File tree

4 files changed

+0
-152
lines changed

4 files changed

+0
-152
lines changed

.github/labeler.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/pull-request-template.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/workflows/pr-auto-label.yml

Lines changed: 0 additions & 62 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -20,55 +20,3 @@ Prometheus uses GitHub to manage reviews of pull requests.
2020
Environments](http://peter.bourgon.org/go-in-production/#formatting-and-style).
2121

2222
* Be sure to sign off on the [DCO](https://github.com/probot/dco#how-it-works)
23-
24-
## How to write a PR description
25-
26-
### Describe your PR
27-
28-
In this section, provide a clear and concise description of what your PR does. This helps reviewers understand the purpose and context of your changes.
29-
30-
### What type of PR is this?
31-
32-
Indicate the type of PR by adding one of the following options:
33-
34-
- `/kind fix`
35-
- `/kind bugfix`
36-
- `/kind enhancement`
37-
- `/kind feature`
38-
- `/kind feat`
39-
- `/kind change`
40-
- `/kind release-note-none`
41-
42-
If this change should not appear in the changelog, use `/kind release-note-none`.
43-
44-
Example 1:
45-
```
46-
### What type of PR is this?
47-
/kind feature
48-
```
49-
50-
Example 2:
51-
```
52-
### What type of PR is this?
53-
/kind release-note-none
54-
```
55-
56-
### Changelog Entry
57-
58-
Include a brief summary of your change for the changelog. This helps users understand what has been modified, added, or fixed in the project. If your change should not appear in the changelog, write `NONE`. Make sure to add only user-facing changes.
59-
60-
Example 1:
61-
```
62-
### Changelog Entry
63-
```release-note
64-
api: Switch to POST for `LabelNames`.
65-
```
66-
```
67-
68-
Example 2:
69-
```
70-
### Changelog Entry
71-
```release-note
72-
NONE
73-
```
74-
```

0 commit comments

Comments
 (0)