Skip to content

Commit b2f7cc5

Browse files
committed
added contributing, moved security warning to main contributing page
1 parent 6a5c72d commit b2f7cc5

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

docs/CONTRIBUTING.md

+3
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ Breaking changes can be triggered in two ways:
315315

316316
### Security
317317

318+
> If you find a vulnerability, **DO NOT FILE AN ISSUE**. Instead, send an email
319+
> to security@coder.com.
320+
318321
The
319322
[`security`](https://github.com/coder/coder/issues?q=sort%3Aupdated-desc+label%3Asecurity)
320323
label can be added to PRs that have, or will be, merged into `main`. Doing so

docs/contributing/SECURITY.md

-4
This file was deleted.

docs/manifest.json

+28
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,34 @@
483483
}
484484
]
485485
},
486+
{
487+
"title": "Contributing",
488+
"description": "Learn how to contribute to Coder",
489+
"path": "./CONTRIBUTING.md",
490+
"icon_path": "./images/icons/contributing.svg",
491+
"children": [
492+
{
493+
"title": "Code of Conduct",
494+
"description": "See the code of conduct for contributing to Coder",
495+
"path": "./contributing/CODE_OF_CONDUCT.md"
496+
},
497+
{
498+
"title": "Feature stages",
499+
"description": "Policies for Alpha and Experimental features.",
500+
"path": "./contributing/feature-stages.md"
501+
},
502+
{
503+
"title": "Documentation",
504+
"description": "Our style guide for use when authoring documentation",
505+
"path": "./contributing/documentation.md"
506+
},
507+
{
508+
"title": "Frontend",
509+
"description": "Our guide for frontend development",
510+
"path": "./contributing/frontend.md"
511+
}
512+
]
513+
},
486514
{
487515
"title": "Tutorials",
488516
"description": "Coder knowledgebase for administrating your deployment",

0 commit comments

Comments
 (0)