added how to participate page

This commit is contained in:
Benjamin Jones 2020-04-25 10:36:22 +02:00
parent e5f37b38f5
commit 4700568481
4 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,23 @@
## — Submit a proposal
### By Email
To submit a proposal:
- Download the proposal template [here](/issue_template.md).
- Fill in the blanks between the [brackets]. Attach any images you wish to include in the email and reference the image name in the appropriate part of the proposal.
- Send it to [info@reclaimfutures.org](mailto:info@reclaimfutures.org)... Congrats, you're done! We'll be in touch sometime after the application deadline.
Should you wish to encrypt any email communication our public key can be found [here](/publickey.asc).
### Submit to our Gitea instance
To submit a proposal to our public archive of proposals please add an issue on our Gitea repository using our proposal template. To do so:
- Go to our Gitea instance and [create an account](https://git.reclaimfutures.org/user/sign_up).
- Create a new issue on the ReclaimFutures repository by [clicking here](https://git.reclaimfutures.org/ReclaimFutures/rf-web/issues/new).
- Fill in the blanks between the [brackets].
- Press the "Create Issue" button. Congrats, you're done! We'll be in touch sometime after the application deadline.
**Application deadline**: 1st June 2020 00:00 ([AoE time](https://www.worldtimeserver.com/time-zones/aoe/))

View File

@ -0,0 +1,12 @@
## - Soumettre une proposition
Pour soumettre une proposition, vous pouvez créer une issue sur notre dépôt Gitea en utilisant notre modèle de proposition. Veuillez noter que les propositions qui ne suivent pas le modèle pourraient ne pas être prises en considération. Pour ce faire :
- Aller sur notre instance Gitea et [créer un compte](https://git.reclaimfutures.org/user/sign_up).
- Crée un Issue sur ReclaimFutures "repository" en cliquant [ici](https://git.reclaimfutures.org/ReclaimFutures/rf-web/issues/new).
- Appuyez sur "create issue", Bravo vous avez fini ! Nous vous contacterons peu de temps après la date de rendu d'inscription.
Si vous souhaitez que votre proposition reste confidentielle, vous pouvez l'envoyer par email à [info@reclaimfutures.org](mailto:info@reclaimfutures.org). Le modèle pour soumettre une proposition se trouve [ici](/issue_template.md)(en) et notre clé publique se trouve [](/publickey.asc).
**Date limite d'inscription**: 10 mai 2020, 24:00 ([heure AoE](https://time.is/fr/Anywhere%20on%20Earth))

13
fr/participer/index.html Normal file
View File

@ -0,0 +1,13 @@
---
layout: text-page
lang: fr
ref: participate
className: participate
---
{% capture participateText %}
{% include text/fr/how-to-participate.md %}
{% endcapture %}
{{ participateText | markdownify }}

View File

@ -0,0 +1,12 @@
---
layout: text-page
lang: en
className: participate
ref: participate
---
{% capture participateText %}
{% include text/en/how-to-participate.md %}
{% endcapture %}
{{ participateText | markdownify }}