Skip to content

Commit

Permalink
add: calling-for-maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
imprakharshukla committed Dec 26, 2023
1 parent e720c54 commit 35ec493
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 3 deletions.
9 changes: 9 additions & 0 deletions components/form.tsx
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>
</>
)
}
4 changes: 2 additions & 2 deletions pages/account/_meta.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"deletion ": "Account Deletion"
}
"deletion ": "Account Deletion"
}
4 changes: 3 additions & 1 deletion pages/blog/_meta.json
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!"
}
46 changes: 46 additions & 0 deletions pages/blog/andronix-maintainers.mdx
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>
3 changes: 3 additions & 0 deletions pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
import IntroComponent from "../components/intro_component";
import {Callout} from 'nextra-theme-docs'

## Get started with Andronix
Andronix is an app that lets you install Linux distributions like Ubuntu, Debian, Manjaro etc. on your un-rooted Android devices.

Get started by selecting one of the options below.

<Callout type="info">Get paid upto $100 to maintain a distribution for Andronix. Read more [Calling for Maintainers](/blog/andronix-maintainers)</Callout>
<br/>
<IntroComponent/>

## Need help?
Expand Down

0 comments on commit 35ec493

Please sign in to comment.