Skip to content

Commit c05dd69

Browse files
committed
Polishing.
See #892
1 parent 1cdaa49 commit c05dd69

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/dco.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
require:
2+
members: false

CONTRIBUTING.adoc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22

33
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.
44

5-
6-
75
== Code of Conduct
86
This project adheres to the Contributor Covenant link:CODE_OF_CONDUCT.adoc[code of conduct].
97
By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].
108

11-
12-
139
== Using GitHub Issues
1410
We use GitHub issues to track bugs and enhancements.
1511
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
1814
If you are reporting a bug, please help to speed up problem diagnosis by providing as much information as possible.
1915
Ideally, that would include a small sample project that reproduces the problem.
2016

21-
22-
2317
== Reporting Security Vulnerabilities
2418
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.
2519
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.
2620

27-
28-
2921
== Sign the Contributor License Agreement
3022
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].
3123
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.
3224
Active contributors might be asked to join the core team, and given the ability to merge pull requests.
3325

34-
35-
3626
== Code Conventions and Housekeeping
3727
None of these is essential for a pull request, but they will all help. They can also be
3828
added after the original pull request but before a merge.
@@ -52,7 +42,5 @@ added after the original pull request but before a merge.
5242
* If no-one else is using your branch, please rebase it against the current main branch (or other target branch in the project).
5343
* When writing a commit message please follow https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions].
5444

55-
56-
5745
== Working with the Code
5846
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

Comments
 (0)