Skip to content

Commit db75cb6

Browse files
authored
Merge pull request #452 from agisilaos/agis/update-dead-links
Update dead links in CONTRIBUTING.md
2 parents 107fcf1 + 7a2660f commit db75cb6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
88

9-
Before you do, would you mind reading [this license agreement](CLA.md)? If you open a PR, we'll assume you agree to it. If you have any hesitation or disagreement, please do open a PR still, but note your concerns as well.
10-
119
## Using the issue tracker
1210

1311
The issue tracker is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions:
@@ -28,7 +26,7 @@ Guidelines for bug reports:
2826

2927
2. **Check if the issue has been fixed** — try to reproduce it using the latest `master` or development branch in the repository.
3028

31-
3. **Isolate the problem** — ideally create a [reduced test case](http://css-tricks.com/6263-reduced-test-cases/) and a live example.
29+
3. **Isolate the problem** — ideally create a [reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example.
3230

3331
A good bug report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS experience the problem? Do other browsers show the bug differently? What would you expect to be the outcome? All these details will help people to fix any potential bugs.
3432

@@ -59,7 +57,7 @@ Good pull requests—patches, improvements, new features—are a fantastic help.
5957

6058
### Updating Primer modules
6159

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.
60+
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.
6361

6462
1. Fork and clone [this repository](https://github.com/primer/primer).
6563
2. Configure and install the dependencies: `npm install`

0 commit comments

Comments
 (0)