You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.adoc
-12Lines changed: 0 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,10 @@
2
2
3
3
Spring Vault is released under the Apache 2.0 license. If you would like to contribute something or want to hack on the code this document should help you get started.
4
4
5
-
6
-
7
5
== Code of Conduct
8
6
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
9
7
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
10
8
11
-
12
-
13
9
== Using GitHub Issues
14
10
We use GitHub issues to track bugs and enhancements.
15
11
If you have a general usage question please ask on https://stackoverflow.com[Stack Overflow].
@@ -18,21 +14,15 @@ The Spring Vault team and the broader community monitor the https://stackoverflo
18
14
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible.
19
15
Ideally, that would include a small sample project that reproduces the problem.
20
16
21
-
22
-
23
17
== Reporting Security Vulnerabilities
24
18
If you think you have found a security vulnerability in Spring Vault please *DO NOT* disclose it publicly until we've had a chance to fix it.
25
19
Please don't report security vulnerabilities using GitHub issues, instead head over to https://spring.io/security-policy and learn how to disclose them responsibly.
26
20
27
-
28
-
29
21
== Sign the Contributor License Agreement
30
22
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement].
31
23
Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do.
32
24
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
33
25
34
-
35
-
36
26
== Code Conventions and Housekeeping
37
27
None of these is essential for a pull request, but they will all help. They can also be
38
28
added after the original pull request but before a merge.
@@ -52,7 +42,5 @@ added after the original pull request but before a merge.
52
42
* If no-one else is using your branch, please rebase it against the current main branch (or other target branch in the project).
53
43
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions].
54
44
55
-
56
-
57
45
== Working with the Code
58
46
For information on editing, building, and testing the code, see the https://github.com/spring-projects/spring-vault/wiki/Working-with-the-Code[Working with the Code] page on the project wiki.
0 commit comments