Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit35bc5f6

Browse files
committed
docs: add oss documentation
1 parent72e5f40 commit35bc5f6

File tree

4 files changed

+86
-0
lines changed

4 files changed

+86
-0
lines changed

‎.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@juruen@sammorrowdrums@williammartin@toby

‎CONTRIBUTING.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
##Contributing
2+
3+
[fork]:https://github.com/github/github-mcp-server/fork
4+
[pr]:https://github.com/github/github-mcp-server/compare
5+
[style]:https://github.com/github/github-mcp-server/blob/main/.golangci.yaml
6+
7+
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
8+
9+
Contributions to this project are[released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the[project's open source license](LICENSE.txt).
10+
11+
Please note that this project is released with a[Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
12+
13+
##Prerequisites for running and testing code
14+
15+
These are one time installations required to be able to test your changes locally as part of the pull request (PR) submission process.
16+
17+
1. install Go[through download](https://go.dev/doc/install) |[through Homebrew](https://formulae.brew.sh/formula/go)
18+
1.[install golangci-lint](https://golangci-lint.run/welcome/install/#local-installation)
19+
20+
##Submitting a pull request
21+
22+
1.[Fork][fork] and clone the repository
23+
1. Make sure the tests pass on your machine:`go test -v ./...`
24+
1. Make sure linter passes on your machine:`golangci-lint run`
25+
1. Create a new branch:`git checkout -b my-branch-name`
26+
1. Make your change, add tests, and make sure the tests and linter still pass
27+
1. Push to your fork and[submit a pull request][pr]
28+
1. Pat yourself on the back and wait for your pull request to be reviewed and merged.
29+
30+
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
31+
32+
- Follow the[style guide][style].
33+
- Write tests.
34+
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
35+
- Write a[good commit message](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
36+
37+
##Resources
38+
39+
-[How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
40+
-[Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
41+
-[GitHub Help](https://help.github.com)

‎SECURITY.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Thanks for helping make GitHub safe for everyone.
2+
3+
#Security
4+
5+
GitHub takes the security of our software products and services seriously, including all of the open source code repositories managed through our GitHub organizations, such as[GitHub](https://github.com/GitHub).
6+
7+
Even though[open source repositories are outside of the scope of our bug bounty program](https://bounty.github.com/index.html#scope) and therefore not eligible for bounty rewards, we will ensure that your finding gets passed along to the appropriate maintainers for remediation.
8+
9+
##Reporting Security Issues
10+
11+
If you believe you have found a security vulnerability in any GitHub-owned repository, please report it to us through coordinated disclosure.
12+
13+
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
14+
15+
Instead, please send an email to opensource-security[@]github.com.
16+
17+
Please include as much of the information listed below as you can to help us better understand and resolve the issue:
18+
19+
* The type of issue (e.g., buffer overflow, SQL injection, or cross-site scripting)
20+
* Full paths of source file(s) related to the manifestation of the issue
21+
* The location of the affected source code (tag/branch/commit or direct URL)
22+
* Any special configuration required to reproduce the issue
23+
* Step-by-step instructions to reproduce the issue
24+
* Proof-of-concept or exploit code (if possible)
25+
* Impact of the issue, including how an attacker might exploit the issue
26+
27+
This information will help us triage your report more quickly.
28+
29+
##Policy
30+
31+
See[GitHub's Safe Harbor Policy](https://docs.github.com/en/site-policy/security-policies/github-bug-bounty-program-legal-safe-harbor#1-safe-harbor-terms)

‎SUPPORT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#Support
2+
3+
##How to file issues and get help
4+
5+
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
6+
7+
For help or questions about using this project, please open an issue.
8+
9+
- The`github-mcp-server` is under active development and maintained by GitHub staff**AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
10+
11+
##GitHub Support Policy
12+
13+
Support for this project is limited to the resources listed above.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp