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: scripts/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ whose identifiers will be used here.
10
10
11
11
-[infinisil-test-org](https://github.com/infinisil-test-org): A GitHub organisation you're part of
12
12
- Repositories:
13
-
-[infinisil-test-org/empty](https://github.com/infinisil-test-org/empty): An empty one with no activity on it
13
+
-[infinisil-test-org/empty](https://github.com/infinisil-test-org/empty): A repository with only one commit, not attributed to your GitHub user
14
14
-[infinisil-test-org/active](https://github.com/infinisil-test-org/active): One where you have some activity
15
15
-[infinisil-test-org/nixpkgs-committers](https://github.com/infinisil-test-org/nixpkgs-committers): A fork of the upstream repo
16
16
@@ -22,7 +22,7 @@ whose identifiers will be used here.
22
22
Once you have the above setup (or got @infinisil to add yourself to his), you have to prepare the following:
23
23
24
24
- Add some activity of yours to the `active` repo.
25
-
To cover all code branches it's recommended to create, push to and delete a branch.
25
+
To match Nixpkgs, it’s recommended to do this by setting the “Default commit message” for merge commits to “Pull request title”, then creating and merging a PR.
26
26
You can do this from the web interface.
27
27
- Get the GitHub CLI available (`pkgs.github-cli`) and authenticate it using `gh auth login`
28
28
- A local Git clone of this repository with the `origin` remote set to the test repository:
0 commit comments