Skip to content

Commit

Permalink
[Update] Starion Group
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Apr 27, 2024
1 parent 8cbc837 commit c41b9df
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ We would like to start with saying thank you for wanting to contribute to Kallio

1. [Fork](http://help.github.com/forking/) on GitHub
1. Clone your fork locally
1. Configure the upstream repo (`git remote add upstream git://github.com/RHEAGROUP/Kalliope`)
1. Configure the upstream repo (`git remote add upstream git://github.com/STARIONGROUP/Kalliope`)
1. Checkout development
1. Create a local branch (`git checkout -b myBranch`) from development
1. Work on your feature
Expand Down Expand Up @@ -44,9 +44,9 @@ When you're ready to go you should confirm that you are up to date and rebased w

1. `git push origin myBranch`
1. Send a descriptive [Pull Request](https://help.github.com/articles/creating-a-pull-request/) on GitHub - making sure you have selected the correct branch in the GitHub UI!
1. Wait for @samatrhea to merge your changes in.
1. Wait for @samatstarion to merge your changes in.

And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/RHEAGROUP/Kalliope/wiki) once it has been pulled in
And remember; **A pull-request with tests is a pull-request that's likely to be pulled in.** :grin: Bonus points if you document your feature in our [wiki](https://github.com/STARIONGROUP/Kalliope/wiki) once it has been pulled in

## Style Guidelines

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- [ ] I have written a descriptive issue title
- [ ] I have verified that I am running the latest version of the Kalliope
- [ ] I have searched [open](https://github.com/RHEAGROUP/Kalliope/issues) and [closed](https://github.com/RHEAGROUP/Kalliope/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported
- [ ] I have searched [open](https://github.com/STARIONGROUP/Kalliope/issues) and [closed](https://github.com/STARIONGROUP/Kalliope/issues?q=is%3Aissue+is%3Aclosed) issues to ensure it has not already been reported

### Description
<!-- A description of the bug or feature -->
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Prerequisites

- [ ] I have written a descriptive pull-request title
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/RHEAGROUP/Kalliope/pulls) open
- [ ] I have verified that I am following the Kalliope [code style guidelines](https://raw.githubusercontent.com/RHEAGROUP/Kalliope/master/.github/CONTRIBUTING.md)
- [ ] I have verified that there are no overlapping [pull-requests](https://github.com/STARIONGROUP/Kalliope/pulls) open
- [ ] I have verified that I am following the Kalliope [code style guidelines](https://raw.githubusercontent.com/STARIONGROUP/Kalliope/master/.github/CONTRIBUTING.md)
- [ ] I have provided test coverage for my change (where applicable)

### Description
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_Kalliope&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_Kalliope)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=STARIONGROUP_Kalliope&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=STARIONGROUP_Kalliope)

Kalliope is a set of C# libraries used to read and write ORM2 files. Kalliope is used in RHEA products and projects to perform code generation.
Kalliope is a set of C# libraries used to read and write ORM2 files. Kalliope is used in Starion Group products and projects to perform code generation.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pre-release-nuget.bat
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ECHO.
for %%f in (%~dp0PreReleaseBuilds\*.nupkg) do (
(Echo "%%f" | FIND /I "symbols" 1>NUL) || (
echo Pushing %%f
dotnet nuget push "%%f" -s https://nuget.pkg.github.com/RHEAGROUP/index.json -k %apikey%
dotnet nuget push "%%f" -s https://nuget.pkg.github.com/STARIONGROUP/index.json -k %apikey%
)
)

Expand Down

0 comments on commit c41b9df

Please sign in to comment.