Move CONTRIBUTING.md to .github, add FUNDING.yml

This commit is contained in:
Margen67 2020-01-29 01:53:25 -08:00 committed by Margen67
parent 869f674f15
commit 251cc3de99
5 changed files with 4 additions and 3 deletions

1
.github/FUNDING.yml vendored Normal file
View file

@ -0,0 +1 @@
patreon: dobiestation

View file

@ -227,7 +227,7 @@
<None Include="$(RootDir)CMakeLists.txt" />
<None Include="$(RootDir)LICENSE" />
<None Include="$(RootDir).gitignore" />
<None Include="$(RootDir)CONTRIBUTING.md" />
<None Include="$(RootDir).github\*" />
<None Include="application\application.pro" />
</ItemGroup>

View file

@ -420,6 +420,6 @@
<None Include="$(RootDir)CMakeLists.txt" />
<None Include="$(RootDir)LICENSE" />
<None Include="$(RootDir).gitignore" />
<None Include="$(RootDir)CONTRIBUTING.md" />
<None Include="$(RootDir).github\*" />
</ItemGroup>
</Project>

View file

@ -103,7 +103,7 @@ Want to test DobieStation? Check out this repository: https://github.com/PSI-Roc
Compatibility not guaranteed, but some demos do work.
## Contributing
First, review the [Contribution Guide](../master/CONTRIBUTING.md). Once you have done so, take a look at the issue tracker to look for tasks you may be interested in.
First, review the [Contribution Guide](../master/.github/CONTRIBUTING.md). Once you have done so, take a look at the issue tracker to look for tasks you may be interested in.
## Legal
DobieStation uses `arg.h` by [Christoph "20h" Lohmann](http://www.r-36.net).