Skip to content

Commit cbbc628

Browse files
authored
Fix and normalize governance docs (#3)
* Minor updates to the governance docs - Formatting, update references in security doc * Fix LICENSE file
1 parent 2b4e438 commit cbbc628

File tree

4 files changed

+252
-196
lines changed

4 files changed

+252
-196
lines changed

CONTRIBUTING.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# Contributing to `fetch`` <!-- omit from toc -->
1+
# Contributing to `fetch` <!-- omit from toc -->
22

3-
First off, thank you for taking the time to contribute to `fetch`! :+1: :tada:
4-
`fetch` is released under the Apache 2.0 license. If you would like to
5-
contribute something or want to hack on the code, this document should help you
6-
get started. You can find some hints for starting development in `fetch`'s
3+
First off, thank you for taking the time to contribute to fetch! :+1: :tada:
4+
fetch is released under the Apache 2.0 license. If you would like to contribute
5+
something or want to hack on the code, this document should help you get
6+
started. You can find some hints for starting development in fetch's
77
[README](https://github.com/StacklokLabs/fetch/blob/main/README.md).
88

99
## Table of contents <!-- omit from toc -->
@@ -14,7 +14,6 @@ get started. You can find some hints for starting development in `fetch`'s
1414
- [Using GitHub Issues](#using-github-issues)
1515
- [Not sure how to start contributing?](#not-sure-how-to-start-contributing)
1616
- [Pull request process](#pull-request-process)
17-
- [Contributing to docs](#contributing-to-docs)
1817
- [Commit message guidelines](#commit-message-guidelines)
1918

2019
## Code of conduct
@@ -37,8 +36,8 @@ security vulnerabilities using GitHub issues; instead, please follow this
3736
### Using GitHub Issues
3837

3938
We use GitHub issues to track bugs and enhancements. If you have a general usage
40-
question, please ask in
41-
[fetch's discussion forum](https://discord.gg/stacklok).
39+
question, please ask in the #mcp-servers channel of the
40+
[Stacklok Discord server](https://discord.gg/stacklok).
4241

4342
If you are reporting a bug, please help to speed up problem diagnosis by
4443
providing as much information as possible. Ideally, that would include a small
@@ -51,7 +50,10 @@ PRs to resolve existing issues are greatly appreciated and issues labeled as
5150
are a great place to start!
5251

5352
### Pull request process
54-
-All commits must include a Signed-off-by trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin. For additional details, check out the [DCO instructions](dco.md).
53+
54+
-All commits must include a Signed-off-by trailer at the end of each commit
55+
message to indicate that the contributor agrees to the Developer Certificate of
56+
Origin. For additional details, check out the [DCO instructions](dco.md).
5557

5658
- Create an issue outlining the fix or feature.
5759
- Fork the fetch repository to your own GitHub account and clone it locally.
@@ -61,15 +63,10 @@ are a great place to start!
6163
- Open a PR by ensuring the title and its description reflect the content of the
6264
PR.
6365
- Ensure that CI passes, if it fails, fix the failures.
64-
- Every pull request requires a review from the core fetch team before
65-
merging.
66+
- Every pull request requires a review from the core fetch team before merging.
6667
- Once approved, all of your commits will be squashed into a single commit with
6768
your PR title.
6869

69-
### Contributing to docs
70-
71-
TBD
72-
7370
### Commit message guidelines
7471

7572
We follow the commit formatting recommendations found on
@@ -80,4 +77,4 @@ We follow the commit formatting recommendations found on
8077
1. Capitalize the subject line
8178
1. Do not end the subject line with a period
8279
1. Use the imperative mood in the subject line
83-
1. Use the body to explain what and why vs. how
80+
1. Use the body to explain what and why vs. how

0 commit comments

Comments
 (0)