Skip to content

Commit 0b913dd

Browse files
committed
updated contributing docs
1 parent 2a73802 commit 0b913dd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CONTRIBUTING.md

-5
Original file line numberDiff line numberDiff line change
@@ -63,21 +63,16 @@ For pull requests that modify the design of the typeface, we request that you li
6363
### Glyph modifications
6464

6565
Modifications include all existing glyph design changes, glyph additions, and glyph deletions.
66-
- Modification of other source files is not acceptable
6766

6867
- Only include the modified `glyphs/*.glif` source files for the modified glyphs in your pull request commits
6968
- Modification of other source files is not acceptable and pull requests will not be accepted until the above condition is met
7069

71-
- Include the added and/or deleted `glyphs/*.glif` source file(s) in commits
7270
You can achieve this design modification workflow with one of the following approaches:
73-
- Modification of other source files is not acceptable
7471

7572
- maintain a separate local directory for your design modifications and copy the `glyphs/*.glif` files that are changed to your local clone of the Hack source, then push to your remote repository fork for your pull request
7673
- modify the Hack source in your local clone of the Hack repository and do not commit file changes other than those that are accepted in pull requests (i.e. only include `*.ufo/glyphs/*.glif` files in your commits)
7774
- modify the Hack source in your local clone of the Hack repository, commit all files, replace all `*plist` files with the upstream versions then perform a git squash commit to eliminate the `*.plist` file changes in the git history (this approach can be used for those who didn't read the instructions and have already commited unacceptable file changes)
7875

79-
- commits that add or delete UFO source files outside of the above recommendations will not be accepted
80-
8176

8277
## Pull requests for script changes
8378

0 commit comments

Comments
 (0)