Skip to content

Commit 55dbbf8

Browse files
Merge pull request #9 from martincostello/fix-links
Update repository links
2 parents b8b8132 + 886f5ce commit 55dbbf8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* [Unit tests](#unit-tests)
99
* [Contributing process](#contributing-process)
1010
* [Get buyoff or find open community issues or features](#get-buyoff-or-find-open-community-issues-or-features)
11-
* [Set up your environment](#Set-up-your-environment)
11+
* [Set up your environment](#set-up-your-environment)
1212
* [Prepare commits](#prepare-commits)
13-
* [Submit pull request](#Submit-pull-request)
13+
* [Submit pull request](#submit-pull-request)
1414
* [Respond to feedback on pull request](#respond-to-feedback-on-pull-request)
1515
* [Other general information](#other-general-information)
1616
* [Acknowledgement](#acknowledgement)
@@ -22,8 +22,8 @@ By contributing to Spectre.Console, you assert that:
2222
* The contribution is your own original work.
2323
* You have the right to assign the copyright for the work (it is not owned by your employer, or
2424
you have been given copyright assignment in writing).
25-
* You [license](https://github.com/spectreconsole/spectre.console/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project.
26-
* You agree to follow the [code of conduct](https://github.com/spectreconsole/spectre.console/blob/main/CODE_OF_CONDUCT.md).
25+
* You [license](https://github.com/spectreconsole/spectre.console.cli/blob/main/LICENSE) the contribution under the terms applied to the rest of the Spectre.Console project.
26+
* You agree to follow the [code of conduct](https://github.com/spectreconsole/spectre.console.cli/blob/main/CODE_OF_CONDUCT.md).
2727

2828
## Definition of trivial contributions
2929
It's hard to define what is a trivial contribution. Sometimes even a 1 character change can be considered significant.
@@ -53,19 +53,19 @@ Any new code should also have reasonable unit test coverage.
5353
## Contributing process
5454
### Get buyoff or find open community issues or features
5555

56-
* Through GitHub, or through the [GitHub discussions](https://github.com/spectreconsole/spectre.console/discussions) (preferred),
56+
* Through GitHub, or through the [GitHub discussions](https://github.com/spectreconsole/spectre.console.cli/discussions) (preferred),
5757
you talk about a feature you would like to see (or a bug), and why it should be in Spectre.Console.
5858
* If approved through the GitHub discussions, ensure an accompanying GitHub issue is created with
5959
information and a link back to the discussion.
6060
* Once you get a nod from someone in the Spectre.Console Team, you can start on the feature.
6161
* Alternatively, if a feature is on the issues list with the
62-
[good first issue](https://github.com/spectreconsole/spectre.console/labels/good%20first%20issue) label,
62+
[good first issue](https://github.com/spectreconsole/spectre.console.cli/labels/good%20first%20issue) label,
6363
it is open for a community member (contributor) to patch. You should comment that you are signing up for it on
6464
the issue so someone else doesn't also sign up for the work.
6565

6666
### Set up your environment
6767

68-
* You create, or update, a fork of `spectreconsole/spectre.console` under your GitHub account.
68+
* You create, or update, a fork of `spectreconsole/spectre.console.cli` under your GitHub account.
6969
* From there you create a branch named specific to the feature.
7070
* In the branch you do work specific to the feature.
7171
* Please also observe the following:
@@ -96,7 +96,7 @@ Prerequisites:
9696

9797
Submitting PR:
9898

99-
* Once you feel it is ready, submit the pull request to the `spectreconsole/spectre.console` repository against the `main` branch
99+
* Once you feel it is ready, submit the pull request to the `spectreconsole/spectre.console.cli` repository against the `main` branch
100100
unless specifically requested to submit it against another branch.
101101
* In the case of a larger change that is going to require more discussion,
102102
please submit a PR sooner. Waiting until you are ready may mean more changes than you are
@@ -129,13 +129,13 @@ the issue/open a new PR (referencing old one).
129129
Sometimes we may need you to rebase your commit against the latest code before we can review it further.
130130
If this happens, you can do the following:
131131

132-
* `git fetch upstream` (upstream remote would be `spectreconsole/spectre.console`)
132+
* `git fetch upstream` (upstream remote would be `spectreconsole/spectre.console.cli`)
133133
* `git checkout main`
134134
* `git rebase upstream/main`
135135
* `git checkout your-branch`
136136
* `git rebase main`
137137
* Fix any merge conflicts
138-
* `git push origin your-branch` (origin would be your GitHub repo or `your-github-username/spectre.console` in this case).
138+
* `git push origin your-branch` (origin would be your GitHub repo or `your-github-username/spectre.console.cli` in this case).
139139
You may need to `git push origin your-branch --force` to get the commits pushed.
140140
This is generally acceptable with topic branches not in the mainstream repository.
141141

0 commit comments

Comments
 (0)