File tree 3 files changed +31
-4
lines changed
3 files changed +31
-4
lines changed Original file line number Diff line number Diff line change @@ -315,6 +315,9 @@ Breaking changes can be triggered in two ways:
315
315
316
316
### Security
317
317
318
+ > If you find a vulnerability, ** DO NOT FILE AN ISSUE** . Instead, send an email
319
+ > to security@coder.com .
320
+
318
321
The
319
322
[ ` security ` ] ( https://github.com/coder/coder/issues?q=sort%3Aupdated-desc+label%3Asecurity )
320
323
label can be added to PRs that have, or will be, merged into ` main ` . Doing so
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 483
483
}
484
484
]
485
485
},
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
+ },
486
514
{
487
515
"title" : " Tutorials" ,
488
516
"description" : " Coder knowledgebase for administrating your deployment" ,
You can’t perform that action at this time.
0 commit comments