-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e720c54
commit 35ec493
Showing
5 changed files
with
63 additions
and
3 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,9 @@ | ||
export default function Form({children}) { | ||
|
||
return ( | ||
<> | ||
{/* @ts-ignore */} | ||
<iframe data-tally-src="https://tally.so/embed/woG6WO?transparentBackground=1&dynamicHeight=1" loading="lazy" width="100%" height="100" frameborder="0" marginheight="0" marginwidth="0" title="Andronix Maintainer"></iframe><script>var d=document,w="https://tally.so/widgets/embed.js",v=function(){"undefined"!=typeof Tally?Tally.loadEmbeds():d.querySelectorAll("iframe[data-tally-src]:not([src])").forEach((function(e){e.src=e.dataset.tallySrc}))};if("undefined"!=typeof Tally)v();else if(d.querySelector('script[src="'+w+'"]')==null){var s=d.createElement("script");s.src=w,s.onload=v,s.onerror=v,d.body.appendChild(s);}</script> | ||
</> | ||
) | ||
} |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"deletion ": "Account Deletion" | ||
} | ||
"deletion ": "Account Deletion" | ||
} |
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 |
---|---|---|
@@ -1,5 +1,7 @@ | ||
{ | ||
"andronix-termux-and-f-droid": "Andronix, Termux and F-Droid", | ||
|
||
"v6-0": "Andronix 6.0: A New Beginning", | ||
"v7-0": "Andronix 7.0: Refresh" | ||
"v7-0": "Andronix 7.0: Refresh", | ||
"andronix-maintainers": "Calling for Andronix Maintainers!" | ||
} |
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,46 @@ | ||
--- | ||
title: Calling for Andronix Maintainers | ||
slug: andronix-Maintainers | ||
date: December 26, 2023 | ||
tags: maintainers | ||
description: We are looking for maintainers for Andronix. If you are interested, please read this blog. | ||
--- | ||
|
||
import Imagera from "../../components/imagera"; | ||
import Authors, { Author } from "components/author"; | ||
import AndronixButton | ||
from "../../components/button"; | ||
import {Callout} from 'nextra-theme-docs' | ||
|
||
# Calling for Andronix Maintainers | ||
|
||
<Authors date="December 26, 2023"> | ||
<Author name="Prakhar Shukla" link="https://prakharshukla.dev" /> | ||
</Authors> | ||
|
||
<Callout type="info">Get paid to maintain Andronix. Please read the details below.</Callout> | ||
|
||
Our team for the last 6 months has not been able to give Andronix the time it deserves. We have been busy with our personal lives and other projects. We have been trying to keep Andronix alive. | ||
Hence we are looking for developers who can help us maintain Andronix. We are looking for developers who can help us with the following- | ||
|
||
- **Maintenence of Andronix Open-Source Distros** - Andronix has a lot of open-source distros. We are looking for developers who can help us maintain these distros. This includes updating the distros, fixing bugs, and adding new features. | ||
|
||
- **Maintenence of Androni Modded Distros** - We are looking for developers who can help us maintain the modded distros. This includes updating the distros, fixing bugs, and adding new features. | ||
|
||
## How will you be rewarded? | ||
|
||
In the event of a new **MAJOR VERSION** release of a distro, your task is to check for any issues labeled as "payout eligible." If identified, your responsibilities include creating the _root-fs_ for the release, packing it, thorough testing, and fixing associated scripts. Once completed, submit a pull request (PR) to the **AndronixOrigin** repository on GitHub, referencing the relevant issue. The contributor whose PR gets merged first for that major release will be eligible for the payout. | ||
|
||
|
||
Payouts will vary based on the complexity of the release, with a starting base payout of approximately: | ||
|
||
- **Andronix Open Source Distros**: ~45 USD per release | ||
- **Andronix Modded OS (Closed Source)**: ~100 USD per release | ||
|
||
Please note that these figures may be adjusted after assessing community feedback. We appreciate your patience as we finalize all the details based on the responses received. Your commitment to enhancing Andronix's distributions is truly valued. | ||
|
||
|
||
## How to apply? | ||
Please fill out the form below: | ||
|
||
<AndronixButton link="https://tally.so/r/woG6WO" target="_blank">Apply Now</AndronixButton> |
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