Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 0d6c529

Browse files
author
CM Lubinski
committed
Add "Example Workflows" page
@jessieay collected references to docs describing how several projects submit/review code. This PR puts them in our development guide.
1 parent 8d98195 commit 0d6c529

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: _config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ navigation:
3939
- text: Architecture Review
4040
url: architecture-review/
4141
internal: true
42+
- text: Example Workflows
43+
url: workflows/
44+
internal: true
45+
4246

4347
repos:
4448
- name: Guides Template

Diff for: pages/workflows.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
permalink: /workflows/
3+
title: Example Workflows
4+
---
5+
6+
Here we've collected descriptions of team processes (particularly around
7+
submitting code) that various projects have used in the past. Please consider
8+
using one as an example until a more formal template is provided.
9+
10+
* [ATF eRegs](https://github.com/18F/atf-eregs/blob/master/CONTRIBUTING.md)
11+
* [Cloud.gov](https://github.com/18F/cg-docs/blob/master/content/ops/code-review.md)
12+
* [Cloud.gov's Deck UI](https://github.com/18F/cg-deck/blob/staging-alpha/CONTRIBUTING.md)
13+
* [Communicart](https://github.com/18F/C2/blob/master/doc/team_practices.md)
14+
* [eManifest](https://github.com/18F/e-manifest/blob/master/CONTRIBUTING.md#development-practices)
15+
* [eRegs Notice & Comment](https://github.com/eregs/notice-and-comment/blob/master/CONTRIBUTING.md)
16+
* [FEC's API](https://github.com/18F/openFEC/blob/develop/CONTRIBUTING.md)
17+
* [FEC's Legal Resources](https://github.com/18F/fec-eregs/blob/master/CONTRIBUTING.md)

0 commit comments

Comments
 (0)