You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 31, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: ISSUE_TEMPLATE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,6 @@ Labels: Please label your issue in accordance with our label descriptions. See o
4
4
5
5
Reproduction steps: If your issue is a bug, please apply the `bug` label and provide step-by-step information so that we can reproduce it ourselves.
6
6
7
-
To dos: If your issue describes an enhancement, please apply the `enhancement` label and provide a list of steps we can take to meet the goal of your proposed enhancement.
8
-
9
7
Files: If possible, please upload any files (such as wireframes, screenshots, or error logs) that might help us better understand this issue.
8
+
9
+
Definition of done: Define what criteria would need to be met in order to consider the issue completed (for example, a list of steps we can take). If your issue describes an enhancement, please apply the `enhancement` label.
Copy file name to clipboardExpand all lines: README.md
+8-15
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,11 @@ In order to function well within cross-functional teams, designers need to know
7
7
### Specific to 18F, specific to the federal government
8
8
9
9
It’s important to note that the 18F Methods are designed to account for two things that may not otherwise concern a more generic collection of design methods. First, these methods directly reflect and support 18F’s human-centered work. (They are also continuously updated in a human-centered way — how meta!). Second, 18F Methods are designed to keep federal employees on the happy side of the law. This collection specifically includes helpful information on topics for which designers working in the federal government may need clarification, such as privacy and the Paperwork Reduction Act.
10
-
11
10
## Getting started
12
-
13
11
### Reading the Methods online
14
-
15
12
You’re presently looking at the Method’s GitHub (code) repository. Please [visit our homepage](https://methods.18f.gov) to read the Methods online.
16
-
17
13
### Printing the Methods
18
-
19
14
To print a copy of the Methods for offline use, simply visit the [Methods homepage](https://methods.18f.gov) and select `file → print…` from your web browser.
20
-
21
15
### Running the Methods website on your local machine
22
16
23
17
You will need [Ruby](https://www.ruby-lang.org) ( > version 2.1.5 ). You may consider using a Ruby version manager such as [rbenv](https://github.com/sstephenson/rbenv) or [rvm](https://rvm.io/) to help ensure that Ruby version upgrades don’t mean all your [gems](https://rubygems.org/) will need to be rebuilt.
@@ -30,7 +24,8 @@ $ brew update
30
24
$ brew install ruby
31
25
```
32
26
33
-
To serve 18F Methods locally, using `methods` as the name of your new repository, run each of the following steps:
27
+
To serve 18F Methods locally, using `methods` as the name of your new repository:
28
+
Run each of the following steps to get the site up and running.
You should be able to see the site at: `http://localhost:4000/`
43
-
44
-
45
-
## We follow the 18F style guide
46
-
47
-
The site uses a custom set of styles that inherit from the [U.S. Web Design Standards](https://standards.usa.gov/) and [18F brand](https://brand.18f.gov/) guidelines.
48
-
38
+
### Contributing to the Methods
39
+
For more information on contributing to the Methods (or even making a suggestion), see [CONTRIBUTING.md](contributing.md).
49
40
## Current team
50
41
51
42
- Product owner: Eric Ronne
@@ -54,19 +45,21 @@ The site uses a custom set of styles that inherit from the [U.S. Web Design Stan
54
45
55
46
## Past contributors
56
47
48
+
- Melissa Braxton
57
49
- Jeremy Canfield
58
50
- Erica Deahl
59
51
- Carolyn Dew
60
52
- James Hupp
53
+
- Nicky Krause
61
54
- Colin MacArthur
62
55
- Brad Nunnally
63
56
- Jennifer Thibault
64
57
- Russ Unger
65
58
- Victor Zapanta
66
59
67
60
## Public domain
61
+
68
62
This project is in the worldwide [public domain](LICENSE.md). As stated in [CONTRIBUTING](CONTRIBUTING.md):
69
63
> This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
70
64
>
71
-
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply
72
-
>with this waiver of copyright interest.
65
+
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.
0 commit comments