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
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
[fork]: https://github.com/github/primer/fork
4
4
[pr]: https://github.com/github/primer/compare
5
-
[style]: http://primercss.io/guidelines/
5
+
[style]: http://primer.github.io/guidelines/
6
6
7
7
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
8
8
@@ -59,16 +59,16 @@ Good pull requests—patches, improvements, new features—are a fantastic help.
59
59
60
60
### Updating Primer modules
61
61
62
-
Anyone can open a pull request on Primer CSS. You do not need to work at GitHub or be a member of the org to open a pull request.
62
+
Anyone can open a pull request on Primer. You do not need to work at GitHub or be a member of the org to open a pull request.
63
63
64
-
1. Fork and clone [this repository](https://github.com/primer/primer-css).
64
+
1. Fork and clone [this repository](https://github.com/primer/primer).
65
65
2. Configure and install the dependencies: `npm install`
66
66
3. Check out the dev branch `git checkout dev`
67
67
3. Create a new branch from dev `git checkout -b my-branch-name`
68
68
4. Make your changes and commit them.
69
69
5. Push your branch and open a pull request against `dev`. Add a comment describing your proposed changes and request a review from `@primer/ds-core`.
70
70
6. Wait for CI tests to finish.
71
-
- If the tests pass, you should see a status check telling you which alpha version of primer-css you can install with npm to test your work in other projects.
71
+
- If the tests pass, you should see a status check telling you which alpha version of primer you can install with npm to test your work in other projects.
72
72
- If the tests fail, review the logs and address any issues.
73
73
- If the builds fail for any other reason (as they occasionally do), they may need to be manually restarted.
74
74
7. When CI tests pass, a new npm alpha release will be posted under the CI checks, you can use this npm version for testing in your project or with a GitHub site if you are staff.
*[#359](https://github.com/primer/primer/pull/359) Change markdown li break to handle Safari 10.x user stylesheet bug. ([@feministy](https://github.com/feministy))
21
+
*[#388](https://github.com/primer/primer/pull/388) Button border-radius fix to override Chroma 62. ([@broccolini](https://github.com/broccolini))
22
+
*[#307](https://github.com/primer/primer/pull/307) Do not suppress opacity transition for tooltipped-no-delay. ([@astorije](https://github.com/astorije))
23
+
24
+
#### :house: Internal
25
+
*[#396](https://github.com/primer/primer/pull/396) Use lerna-changelog to generate a changelog. ([@jonrohan](https://github.com/jonrohan))
*[#390](https://github.com/primer/primer/pull/390) Updating `storiesFromMarkdown` to read in rails Octicons helper and replace with react component. ([@jonrohan](https://github.com/jonrohan))
28
+
*[#389](https://github.com/primer/primer/pull/389) Publish alpha release any time we're not on a release branch or master. ([@jonrohan](https://github.com/jonrohan))
29
+
*[#384](https://github.com/primer/primer/pull/384) Add test to check for the current year in the license and source. ([@jonrohan](https://github.com/jonrohan))
**Special thanks to @shaharke for transferring ownership of the Primer npm package to us so that we could make the rename happen!**:heart:
48
+
1
49
# 9.6.0
2
50
3
51
### Added
@@ -24,7 +72,7 @@
24
72
- Add deprecation warnings for `primer-cards` and `primer-forms/lib/form-validation.scss`#347 (these will be removed in v10.0.0)
25
73
26
74
### Changes
27
-
- Update npm metadata for `primer-css`, `primer-core`, `primer-product`, and `primer-marketing`#328
75
+
- Update npm metadata for `primer`, `primer-core`, `primer-product`, and `primer-marketing`#328
28
76
- Remove `HEAD` heading from the changelog #327
29
77
30
78
# 9.3.0
@@ -36,7 +84,7 @@
36
84
## Changes
37
85
- Removes `docs` from `gitignore`
38
86
- Removes the `^` from all dependencies so that we can publish exact versions
39
-
- Consolidates release notes from various sources into one changelog located in `/modules/primer-css/CHANGELOG.md`
87
+
- Consolidates release notes from various sources into one changelog located in `/modules/primer/CHANGELOG.md`
40
88
41
89
# 9.2.0
42
90
@@ -47,7 +95,7 @@
47
95
## Changes
48
96
49
97
- Remove per-module configurations (`.gitignore`, `.postcss.json`, `.stylelintrc.json`) and `CHANGELOG.md` files in #284
50
-
- Replace most static `font-size`, `font-weight`, and `line-height` CSS property values with their [SCSS variable equivalents](https://github.com/primer/primer-css/blob/c9ea37316fbb73c4d9931c52b42bc197260c0bf6/modules/primer-support/lib/variables/typography.scss#L12-L33) in #252
98
+
- Replace most static `font-size`, `font-weight`, and `line-height` CSS property values with their [SCSS variable equivalents](https://github.com/primer/primer/blob/c9ea37316fbb73c4d9931c52b42bc197260c0bf6/modules/primer-support/lib/variables/typography.scss#L12-L33) in #252
51
99
- Refactor CI scripts to use Travis conditional deployment for release candidate and final release publish steps in #290
52
100
53
101
# 9.1.1
@@ -94,7 +142,7 @@ This release also includes major improvements to our Travis build scripts to aut
94
142
95
143
We discovered that `primer-core` specified and outdated version of `primer-base` in it's dependencies. The outdated version did not have `normalize.scss` included which could cause some issues. This has issue occurred during v7.0.0 when creating the new monorepo. Also fixes repo urls in `package.json` for individual packages.
96
144
97
-
See PR [#243](https://github.com/primer/primer-css/pull/243)
145
+
See PR [#243](https://github.com/primer/primer/pull/243)
98
146
99
147
## Changes
100
148
@@ -139,7 +187,7 @@ See PR [#243](https://github.com/primer/primer-css/pull/243)
139
187
140
188
# 8.0.0 - Imports
141
189
142
-
Fixes issues with the ordering of imports in each of our meta-packages. See PR [#239](https://github.com/primer/primer-css/pull/239)
190
+
Fixes issues with the ordering of imports in each of our meta-packages. See PR [#239](https://github.com/primer/primer/pull/239)
143
191
144
192
145
193
## Changes
@@ -155,7 +203,7 @@ Fixes issues with the ordering of imports in each of our meta-packages. See PR [
155
203
156
204
# 7.0.0 - Monorepo
157
205
158
-
In an effort to improve our publishing workflow we turned Primer CSS into a monorepo, made this repo the source of truth for Primer by removing Primer modules from GitHub, and setup Lerna for managing multiple packages and maintaining independent versioning for all our modules.
206
+
In an effort to improve our publishing workflow we turned Primer into a monorepo, made this repo the source of truth for Primer by removing Primer modules from GitHub, and setup Lerna for managing multiple packages and maintaining independent versioning for all our modules.
159
207
160
208
This is exciting because:
161
209
@@ -164,7 +212,7 @@ This is exciting because:
164
212
- we no longer have files like package.json, scripts, and readme's in the GitHub app that don't really belong there
165
213
-**we can accept pull requests from external contributors** again!
166
214
167
-
See PR for more details on this change: https://github.com/primer/primer-css/pull/230
215
+
See PR for more details on this change: https://github.com/primer/primer/pull/230
0 commit comments