From 4700568481b105e0ba9dced810e754936634f032 Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Sat, 25 Apr 2020 10:36:22 +0200 Subject: [PATCH] added how to participate page --- _includes/text/en/how-to-participate.md | 23 +++++++++++++++++++++++ _includes/text/fr/how-to-participate.md | 12 ++++++++++++ fr/participer/index.html | 13 +++++++++++++ how-to-participate/index.html | 12 ++++++++++++ 4 files changed, 60 insertions(+) create mode 100644 _includes/text/en/how-to-participate.md create mode 100644 _includes/text/fr/how-to-participate.md create mode 100644 fr/participer/index.html create mode 100644 how-to-participate/index.html diff --git a/_includes/text/en/how-to-participate.md b/_includes/text/en/how-to-participate.md new file mode 100644 index 0000000..3a89842 --- /dev/null +++ b/_includes/text/en/how-to-participate.md @@ -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/)) \ No newline at end of file diff --git a/_includes/text/fr/how-to-participate.md b/_includes/text/fr/how-to-participate.md new file mode 100644 index 0000000..4513237 --- /dev/null +++ b/_includes/text/fr/how-to-participate.md @@ -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 [là](/publickey.asc). + +**Date limite d'inscription**: 10 mai 2020, 24:00 ([heure AoE](https://time.is/fr/Anywhere%20on%20Earth)) \ No newline at end of file diff --git a/fr/participer/index.html b/fr/participer/index.html new file mode 100644 index 0000000..9bc34ad --- /dev/null +++ b/fr/participer/index.html @@ -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 }} \ No newline at end of file diff --git a/how-to-participate/index.html b/how-to-participate/index.html new file mode 100644 index 0000000..bd206ca --- /dev/null +++ b/how-to-participate/index.html @@ -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 }} \ No newline at end of file