Skip to content

Commit bec2953

Browse files
committed
new repo URL
1 parent ae54034 commit bec2953

701 files changed

Lines changed: 733 additions & 730 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99
- Fixed duplicate key error in `GitRepository.GetRemoteNameAndBranch`
1010
- Instead, only the most recent value is retained.
1111
- Refactored the documentation in-repository to work on `mkdocs`:
12-
- https://github.com/GreemDev/NUKE-Docs
12+
- https://github.com/gruke-build/docs
1313
- View the deployment on [gruke.readthedocs.io](https://gruke.readthedocs.io).
1414
- Added support for XML Solutions into `gruke :setup` ([nuke-build#1572](https://github.com/nuke-build/nuke/pull/1572))
1515
- Thanks, [@lahma](https://github.com/lahma)!

CONTRIBUTING.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ As a community, we want to help each other, provide constructive feedback, and m
44

55
## Consumer Expectations
66

7-
NUKE is a personal project that was made open-source to let the whole community benefit from it **free of charge** but also ["as is"](https://github.com/GreemDev/NUKE/blob/develop/LICENSE). Like many open-source projects, it is primarily maintained and developed by a [single person](https://github.com/matkoch). Some of the **most time-consuming tasks** around the project are:
7+
NUKE is a personal project that was made open-source to let the whole community benefit from it **free of charge** but also ["as is"](https://github.com/gruke-build/src/blob/develop/LICENSE).
8+
Like many open-source projects, it is primarily maintained and developed by a [single person](https://github.com/GreemDev).
9+
This is a fork of [NUKE](https://nuke.build), originally maintained and developed by [matkoch](https://github.com/matkoch).
10+
11+
Some of the **most time-consuming tasks** around the project are:
812

913
- Development of the NuGet package itself (C#, .NET, MSBuild)
1014
- Collecting CLI metadata (.NET ClI, MSBuild, Docker, +30 others)
@@ -25,9 +29,8 @@ Therefore, **everything that benefits a larger audience is prioritized** over di
2529

2630
There are several minimal to zero efforts you can make to show your support for the project:
2731

28-
- Give the [GitHub project](https://github.com/nuke-build/nuke/stargazers) a star (and tell your team)
29-
- Upvote, share and comment on our content (see [#mentions](https://app.slack.com/client/T9QUKHC4A/CDJD8CGQ5) on Slack)
30-
- Talk about NUKE on social media and let others know where it can help (tag us!)
32+
- Give the [GitHub project](https://github.com/gruke-build/src/stargazers) a star (and tell your team)
33+
- Talk about NUKE on social media and let others know where it can help
3134

3235
The above points are considered somewhat of the norm in exchange for using the project free of charge.
3336

@@ -51,16 +54,16 @@ Evaluate whether your topic is going to be a valid issue:
5154

5255
- Have you read and searched the [documentation](https://gruke.readthedocs.io/en/latest/introduction/)?
5356
- Have you checked the [FAQ](https://nuke.build/faq/)?
54-
- Is your issue more of a question? Ask on [GitHub discussions](https://github.com/GreemDev/NUKE/discussions)!
57+
- Is your issue more of a question? Ask on [GitHub discussions](https://github.com/gruke-build/src/discussions)!
5558
- Have you checked existing/closed issues? Is your version behind?
56-
- Have you read the relevant [changelog notes](https://github.com/GreemDev/NUKE/blob/develop/CHANGELOG.md)?
59+
- Have you read the relevant [changelog notes](https://github.com/gruke-build/src/blob/develop/CHANGELOG.md)?
5760
- Have you verified it's not an external tool issue? Invoke the command manually!
5861
- Don't file issues for tool wrappers. Send a pull request instead!
5962
- Refrain from debating the governance or state of the project out of your own interests (see [consumer expectations](#consumer-expectations) & [sustainability contributions](#sustainability-contributions))
6063

6164
### When creating an issue
6265

63-
Choose one of the [issue templates](https://github.com/GreemDev/NUKE/issues/new/choose) and fill it out as well as possible. This includes, but is not limited to:
66+
Choose one of the [issue templates](https://github.com/gruke-build/src/issues/new/choose) and fill it out as well as possible. This includes, but is not limited to:
6467

6568
- State the issue as short as possible (more likely there's time to comprehend it)
6669
- Use [markdown](https://docs.github.com/en/get-started/writing-on-github) for code, logs, and other special text fragments
@@ -86,7 +89,7 @@ The issue will be addressed sooner or later depending on the priority, available
8689

8790
In your own interest of getting a pull-request merged (timely):
8891

89-
- Discuss non-trivial changes in an [issue](https://github.com/GreemDev/NUKE/issues/new/choose)
92+
- Discuss non-trivial changes in an [issue](https://github.com/gruke-build/src/issues/new/choose)
9093
- Make sure your employer allows contributions
9194
- Branch your work off from the `develop` branch
9295
- Get familiar with the coding conventions
@@ -105,7 +108,7 @@ In your own interest of getting a pull-request merged (timely):
105108
- [Link the issue it relates to](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) (unless it's trivial)
106109
- Check all the applicable boxes
107110

108-
For tool wrappers (e.g. [.NET CLI](https://github.com/GreemDev/NUKE/blob/develop/source/Nuke.Common/Tools/DotNet/DotNet.json)), also note the following remarks:
111+
For tool wrappers (e.g. [.NET CLI](https://github.com/gruke-build/src/blob/develop/source/Nuke.Common/Tools/DotNet/DotNet.json)), also note the following remarks:
109112

110113
- Copy/paste as much as possible
111114
- Cover at least a full command with all its arguments

0 commit comments

Comments
 (0)