-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add `AUTHORS.md` file. * Add exe to automatically regenerate this list. * Updated README
- Loading branch information
1 parent
4bd745a
commit 2f91173
Showing
6 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Nautilus Contributors | ||
We thank all of the following individuals for their contributions to Nautilus. This list includes everyone who worked on the original version, [SMLHelper](https://github.com/SubnauticaModding/SMLHelper). Nautilus would not be the same without them! | ||
|
||
| Name | Picture | Commits | Name | Picture | Commits | Name | Picture | Commits | | ||
| ---- | --------------- | ------ | ---- | --------------- | ------ | ---- | --------------- | ------ | | ||
| [MrPurple6411](https://github.com/MrPurple6411) | <img src="https://avatars.githubusercontent.com/u/7858500?v=4" width="50"> | 433 | [PrimeSonic](https://github.com/PrimeSonic) | <img src="https://avatars.githubusercontent.com/u/39146191?v=4" width="50"> | 312 | [Metious](https://github.com/Metious) | <img src="https://avatars.githubusercontent.com/u/71298690?v=4" width="50"> | 287 | | ||
| [toebeann](https://github.com/toebeann) | <img src="https://avatars.githubusercontent.com/u/45315526?v=4" width="50"> | 228 | [ahk1221](https://github.com/ahk1221) | <img src="https://avatars.githubusercontent.com/u/16101353?v=4" width="50"> | 212 | [Alexejhero](https://github.com/Alexejhero) | <img src="https://avatars.githubusercontent.com/u/32238504?v=4" width="50"> | 207 | | ||
| [zorgesho](https://github.com/zorgesho) | <img src="https://avatars.githubusercontent.com/u/53096970?v=4" width="50"> | 42 | [JKohlman](https://github.com/JKohlman) | <img src="https://avatars.githubusercontent.com/u/2236351?v=4" width="50"> | 35 | [LeeTwentyThree](https://github.com/LeeTwentyThree) | <img src="https://avatars.githubusercontent.com/u/31892011?v=4" width="50"> | 29 | | ||
| [K07H](https://github.com/K07H) | <img src="https://avatars.githubusercontent.com/u/8804812?v=4" width="50"> | 22 | [Vlad-00003](https://github.com/Vlad-00003) | <img src="https://avatars.githubusercontent.com/u/31519848?v=4" width="50"> | 11 | [EckoTheBat](https://github.com/EckoTheBat) | <img src="https://avatars.githubusercontent.com/u/31031556?v=4" width="50"> | 11 | | ||
| [Cattlesquat](https://github.com/Cattlesquat) | <img src="https://avatars.githubusercontent.com/u/3742246?v=4" width="50"> | 5 | [DingoDjango](https://github.com/DingoDjango) | <img src="https://avatars.githubusercontent.com/u/3172881?v=4" width="50"> | 4 | [NeisesMike](https://github.com/NeisesMike) | <img src="https://avatars.githubusercontent.com/u/17013743?v=4" width="50"> | 3 | | ||
| [celvro](https://github.com/celvro) | <img src="https://avatars.githubusercontent.com/u/6541615?v=4" width="50"> | 3 | [brett-taylor](https://github.com/brett-taylor) | <img src="https://avatars.githubusercontent.com/u/3868773?v=4" width="50"> | 2 | [DeadMor0z](https://github.com/DeadMor0z) | <img src="https://avatars.githubusercontent.com/u/13347404?v=4" width="50"> | 1 | | ||
| [EldritchCarMaker](https://github.com/EldritchCarMaker) | <img src="https://avatars.githubusercontent.com/u/97289845?v=4" width="50"> | 1 | [RamuneNeptune](https://github.com/RamuneNeptune) | <img src="https://avatars.githubusercontent.com/u/94365980?v=4" width="50"> | 1 | [SamuramongeDev](https://github.com/SamuramongeDev) | <img src="https://avatars.githubusercontent.com/u/76671705?v=4" width="50"> | 1 | | ||
|
||
If you notice a problem with this file, feel free to report an issue in the repository. | ||
|
||
If you would like to update this file manually, clone the repository, run the AuthorTableGenerator.exe in the AuthorsTableGenerator folder and send a Pull Request. |
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions
9
AuthorsTableGenerator/AuthorTableGenerator.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"framework": { | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"columns": 3, | ||
"pathToRepositoryRoot" : "..", | ||
"repositoryOrganizationOrOwner": "SubnauticaModding", | ||
"repositoryName": "Nautilus", | ||
"fileName": "AUTHORS.md", | ||
"title": "Nautilus Contributors", | ||
"description": "We thank all of the following individuals for their contributions to Nautilus. This list includes everyone who worked on the original version, [SMLHelper](https://github.com/SubnauticaModding/SMLHelper). Nautilus would not be the same without them!", | ||
"footer": "If you notice a problem with this file, feel free to report an issue in the repository.\n\nIf you would like to update this file manually, clone the repository, run the AuthorTableGenerator.exe in the AuthorsTableGenerator folder and send a Pull Request.", | ||
"showCommits": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters