Skip to content

Commit 00bcebe

Browse files
committed
Add Derek
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a4b322f commit 00bcebe

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

.DEREK.yml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
curators:
2+
- alexellis
3+
- Shikachuu
4+
- welteki
5+
- nitishkumar71
6+
- Jasstkn
7+
8+
features:
9+
- dco_check
10+
- comments
11+
- pr_description_required
12+
- release_notes
13+
14+
custom_messages:
15+
- name: template
16+
value: |
17+
This project uses Issue and PR templates and requires that all
18+
users fill out the template in detail before help can be given.
19+
20+
To continue please edit your Issue/PR or open a new one, and
21+
please provide all the fields requested.
22+
23+
Thank you for your contribution.
24+
25+
- name: propose
26+
value: |
27+
This project follows a contributing guide which states that all
28+
changes must be proposed with an Issue before being worked on.
29+
30+
Please raise an Issue and update your Pull Request to include
31+
the ID or link as part of the description.
32+
33+
Thank you for your contribution.
34+
35+
- name: test
36+
value: |
37+
This project follows a contributing guide which requires that
38+
all changes are tested before being merged. You should include
39+
worked examples that a maintainer can run to prove that the
40+
changes are good.
41+
42+
Screenshots and command line output are also accepted, but
43+
must show the positive, and negative cases, not just that
44+
what was added worked as you expected.
45+
46+
Thank you for your contribution.
47+
48+
contributing_url: https://github.com/alexellis/arkade/blob/master/CONTRIBUTING.md

0 commit comments

Comments
 (0)