fix: contributing

This commit is contained in:
davidontop 2024-08-12 19:13:57 +02:00
parent 9848bcd4b7
commit bbc383cd19
Signed by: DavidOnTop
GPG key ID: 5D05538A45D5149F

View file

@ -8,7 +8,14 @@ import A from "../components/A.astro";
<Layout>
<Text class="pt-12">
<Heading>Contributing</Heading>
Just use <A href="mailto:git@davidon.top">mail</A> to report issues and <A nt="true" href="https://git-send-email.io/">git send-email</A> --to=git@davidon.top to submit patches for now.<br><br>
Im developing an <A nt="true" href="https://git.davidon.top/iomail.git">issue and mailing list management</A> software specificly for this because i couldn't find one i liked. Once thats ready ill switch to it insted of just private mail.
<Heading>Issues</Heading>
Send a mail to &lt;user or org&gt;.&lt;repo&gt;@is.davidon.top where the
subject is the issue title and body, well, is body<br />
<Heading>Pull Requests</Heading>
Send a mail using <A href="https://git-send-email.io/">git send-email</A> to &lt;user or org&gt;.&lt;repo&gt;@pr.davidon.top<br />
<br /><br />Note: the . seperator between user.org can be any of thease symbols * + - / = _ | ~ .<br /><br />
Your mail will go into a queue for review and then will appear on <A href="https://git.davidon.top">git.davidon.top</A>
</Text>
</Layout>