Skip to content

Commit c7a3321

Browse files
authored
Update contributing guidelines (#85)
1 parent e5875c3 commit c7a3321

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: CONTRIBUTING.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ further clarification, read [why we are doing this](#why-are-we-doing-this).
1212

1313
### Updating a feature
1414

15-
Is one of these CSS features out-of-date? Open [`cssdb.json`] and find the
16-
feature you want to update. It’s a JSON file, so make changes directly to the
17-
file, commit it, and then [make a pull request](#making-a-pull-request).
15+
Is one of these CSS features out-of-date? Open [`cssdb.settings.json`] and find
16+
the feature you want to update. It’s a JSON file, so make changes directly to
17+
the file, commit it, and then [make a pull request](#making-a-pull-request).
1818

1919
### Adding a new feature
2020

21-
Is a CSS feature not listed here? Add the feature to [`cssdb.json`]. Again,
22-
it’s a JSON file, so make changes directly to the JSON, commit it, and then
23-
[make a pull request](#making-a-pull-request).
21+
Is a CSS feature not listed here? Add the feature to [`cssdb.settings.json`].
22+
Again, it’s a JSON file, so make changes directly to the JSON, commit it, and
23+
then [make a pull request](#making-a-pull-request).
2424

2525
### Making a Pull Request
2626

@@ -70,7 +70,7 @@ you’re unfamiliar with git, consider the following workflow.
7070

7171
## Advanced Usage: How the JSON file looks
7272

73-
The only fields you’ll see in [`cssdb.json`] are, in order:
73+
The only fields you’ll see in [`cssdb.settings.json`] are, in order:
7474

7575
- `id`: the feature shortname, similar to a specification [Shortname].
7676
- `title`: the name of the feature.
@@ -91,7 +91,7 @@ The only fields you’ll see in [`cssdb.json`] are, in order:
9191
All contributions must follow the existing syntax and style of the JSON file,
9292
which;
9393

94-
1. Exists as `cssdb.json`, and;
94+
1. Exists as `cssdb.settings.json`, and;
9595
2. Includes at least the required fields; **title**, **description**,
9696
**specification**, and **stage** (which is `0` if you don’t know it).
9797

@@ -122,7 +122,7 @@ browsers
122122
so we have to discern what’s really going on ourselves. If we didn’t, we
123123
probably wouldn’t need this repository.
124124

125-
[`cssdb.json`]: cssdb.json
125+
[`cssdb.settings.json`]: cssdb.settings.json
126126
[fork this project]: fork
127127
[instructions for joining the CSSWG]: https://www.w3.org/2004/01/pp-impl/32061/instructions
128128
[staging process]: README.md#staging-process

0 commit comments

Comments
 (0)