@@ -8,13 +8,31 @@ It assumes you have followed the
8
8
9
9
Sensitive security-related issues should be reported to [ security@gitea.io ] ( mailto:security@gitea.io ) .
10
10
11
+ ## Bug reports
12
+
13
+ Please search the issues on the issue tracker with a variety of keywords to
14
+ ensure your bug is not already reported.
15
+
16
+ If unique, [ open an issue] ( https://github.com/go-gitea/gitea/issues/new )
17
+ and answer the questions so we can understand and reproduce the problematic
18
+ behavior.
19
+
20
+ The burden is on you to convince us that it is actually a bug in Gitea. This
21
+ is easiest to do when you write clear, concise instructions so we can reproduce
22
+ the behavior (even if it seems obvious). The more detailed and specific you are,
23
+ the faster we will be able to help you. Check out
24
+ [ How to Report Bugs Effectively] ( http://www.chiark.greenend.org.uk/~sgtatham/bugs.html ) .
25
+
26
+ Please be kind, remember that Gitea comes at no cost to you, and you're
27
+ getting free help.
28
+
11
29
## Discuss your design
12
30
13
31
The project welcomes submissions but please let everyone know what
14
32
you're working on if you want to change or add something to the Gitea repositories.
15
33
16
34
Before starting to write something new for the Gitea project,
17
- please [ file an issue] ( https://github.com/go-gitea/gitea/issues/new ) .
35
+ please [ file an issue] ( https://github.com/go-gitea/gitea/issues/new ) .
18
36
Significant changes must go through the
19
37
[ change proposal process] ( https://github.com/go-gitea/proposals )
20
38
before they can be accepted.
@@ -42,6 +60,22 @@ Changes to Gitea must be reviewed before they are accepted,
42
60
no matter who makes the change even if an owners or a maintainer.
43
61
We use github's pull request workflow to do that and use [ lgtm] ( http://lgtm.co ) to ensure every PR is reviewed by at least 2 maintainers.
44
62
63
+ ## Sign your work
64
+
65
+ The sign-off is a simple line at the end of the explanation for the patch. Your
66
+ signature certifies that you wrote the patch or otherwise have the right to pass
67
+ it on as an open-source patch. The rules are pretty simple: If you can certify
68
+ [ DCO] ( DCO ) , then you just add a line to every git commit message:
69
+
70
+ ```
71
+ Signed-off-by: Joe Smith <joe.smith@email.com>
72
+ ```
73
+
74
+ Please use your real name, we really dislike pseudonyms or anonymous
75
+ contributions. We are in the opensource world without secrets. If you set your
76
+ ` user.name ` and ` user.email ` git configs, you can sign your commit automatically
77
+ with ` git commit -s ` .
78
+
45
79
## Contributors
46
80
47
81
Everyone who sent a PR to Gitea that gets accepted will be as a contributor. Please send a PR to add your name to
@@ -69,7 +103,7 @@ I'm glad to be an owner of Gitea, I agree with [CONTRIBUTING](CONTRIBUTING.md).
69
103
70
104
For a honor to the owners, this document will add the history owners below:
71
105
72
- 2016-11-04 ~ 2017-12-31 lunny< xiaolunwen@gmail.com > tboerger< thomas@webhippie.de > bkcsoft<kim.carlbacker@gmail.com >
106
+ 2016-11-04 ~ 2017-12-31 lunny < xiaolunwen@gmail.com > tboerger < thomas@webhippie.de > bkcsoft <kim.carlbacker@gmail.com >
73
107
74
108
## Versions
75
109
0 commit comments