-
-
Notifications
You must be signed in to change notification settings - Fork 377
/
.DEREK.yml
58 lines (44 loc) · 1.96 KB
/
.DEREK.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
curators:
- alexellis
- welteki
features:
- dco_check
- comments
- pr_description_required
- release_notes
custom_messages:
- name: k3s
value: |
--
Thank you for your interest in k3sup.
This issue appears to be a problem with the upstream k3s project
which k3sup installs and automates.
Please raise an issue on [Rancher's k3s repository](https://github.com/rancher/k3s/) and
link it back to this issue for tracking purposes. If Rancher determines that this is
actually an error with k3sup, then please feel free to return and re-open the issue, or
to comment again.
- name: template
value: |
This project uses Issue and PR templates and requires that all
users fill out the template in detail before help can be given.
To continue please edit your Issue/PR or open a new one, and
please provide all the fields requested.
Thank you for your contribution.
- name: propose
value: |
This project follows a contributing guide which states that all
changes must be proposed with an Issue before being worked on.
Please raise an Issue and update your Pull Request to include
the ID or link as part of the description.
Thank you for your contribution.
- name: test
value: |
This project follows a contributing guide which requires that
all changes are tested before being merged. You should include
worked examples that a maintainer can run to prove that the
changes are good.
Screenshots and command line output are also accepted, but
must show the positive, and negative cases, not just that
what was added worked as you expected.
Thank you for your contribution.
contributing_url: https://github.com/alexellis/arkade/blob/master/CONTRIBUTING.md