Add a contribution section

master
Shad Amethyst 2 years ago
parent 898f20b4fa
commit 871a1dee9d
Signed by: amethyst
GPG Key ID: D970C8DD1D6DEE36

@ -18,21 +18,53 @@
<div class="twelve wide center aligned centered column"> <div class="twelve wide center aligned centered column">
I'm done <a href="https://giveupgithub.org/">giving Github the right to painlessly break the terms of my open-source licenses</a>. I'm done <a href="https://giveupgithub.org/">giving Github the right to painlessly break the terms of my open-source licenses</a>.
For this reason, I'm moving from Github to this instance of Gitea. For this reason, I'm moving from <a href="https://github.com/adri326/">Github</a> to <a href="https://git.shadamethyst.xyz/">this instance of Gitea</a>.
<br /> <br />
I'll be mirroring the projects that are already on github, but new projects will end up here instead. I'll be mirroring the projects that are already on Github, but new projects will end up here instead.
</div>
<div class="twelve wide center aligned centered column">
<h2>Getting started</h2>
To get started, head over to the "explore" tab or have a look at my profile page:
</div> </div>
<div class="twelve wide center aligned centered column"> <div class="twelve wide center aligned centered column">
To get started, head over to the "explore" tab or have a look at my profile section:
<br />
<div class="ui middle grid"> <div class="ui middle grid">
<div class="sixteen wide center aligned centered row"> <div class="sixteen wide center aligned centered row">
<a class="ui green button" href="/explore">Explore</a> <a class="ui green button" href="/explore">Explore</a>
<a class="ui green button" href="/adri326">adri326</a> <div style="width: 2em;"></div>
<a class="ui green button" href="/adri326">My Profile</a>
</div> </div>
</div> </div>
</div> </div>
<div class="twelve wide center aligned centered column">
<h2>Contributing</h2>
I haven't figured out a contribution solution that truly satisfies me.
If <a href="https://news.ycombinator.com/item?id=29830061">federation support for Gitea</a> gets implemented, then I might switch to using it.
<br />
In the meantime, here are temporary solutions for you to use:
<h3>Issues</h3>
While the repositories are all mirrored on Github, you can use Github's issue tracker to send issues.
<br />
I'm not a fan of using Gitea's issue tracker, as the registrations on this server are closed.
<h3>Pull/Merge Requests</h3>
These can be done on Github, but you can also send me a link to your branch for me to check out.
You can find my contact informations on <a href="https://shadamethyst.xyz/">my website</a>.
<h3>Direct contributions</h3>
The projects to which I expect direct contributions should already be primarily hosted on Github.
<br />
If you do want to contribute to them through this website, then I'll happily create an account for you here and give you access.
The difficulty with this method lies in the way mirroring works &emdash; pushing different commits to both Github and Gitea will likely break things, so this situation should be avoided.
</div>
</div> </div>
</div> </div>
{{template "base/footer" .}} {{template "base/footer" .}}

Loading…
Cancel
Save