diff --git a/content/how-to-publish-a-memo.md b/content/how-to-publish-a-memo.md new file mode 100644 index 0000000..7ce0b20 --- /dev/null +++ b/content/how-to-publish-a-memo.md @@ -0,0 +1,39 @@ +--- +title: "How to publish a memo" +weight: 11 +--- + +# How to publish a memo + +This guide will help you publish a memo on [opentermsarchive.org/en/memos](https://opentermsarchive.org/en/memos/) through the GitHub interface. No special computer skills are required to achieve this. + +## Prerequisites + +- A drafted memo, [Markdown](https://www.markdownguide.org/) formated and compliant with the [styleguide](https://github.com/OpenTermsArchive/engine/wiki/Styleguide#memos) +- A logged [GitHub](https://github.com/) account +- A desktop computer (do not following the steps in this how-to guide on a mobile phone) + +## 1. Upload your memo file + +- Open your browser and go to the following url: [`https://github.com/OpenTermsArchive/opentermsarchive.org/tree/main/content/memos`](https://github.com/OpenTermsArchive/opentermsarchive.org/tree/main/content/memos) + +- Top right click on the 'Add File' button and click on `Upload files` + +![start an upload](/images/how-to-publish-memos-start-upload.png) + +- In the next screen, upload your memo file. + +![upload a memo](/images/how-to-publish-memos-upload.png) + +- Once this has been done, you should see the name of your file appear below the upload block. This tells you that it went well. + +![check the upload](/images/how-to-publish-memos-check-upload.png) + + +## 2. Commit changes + + +## 3. Waiting for review + + +## 4. Promote diff --git a/static/images/how-to-publish-memos-check-upload.png b/static/images/how-to-publish-memos-check-upload.png new file mode 100644 index 0000000..5162e2f Binary files /dev/null and b/static/images/how-to-publish-memos-check-upload.png differ diff --git a/static/images/how-to-publish-memos-start-upload.png b/static/images/how-to-publish-memos-start-upload.png new file mode 100644 index 0000000..f855c4e Binary files /dev/null and b/static/images/how-to-publish-memos-start-upload.png differ diff --git a/static/images/how-to-publish-memos-upload.png b/static/images/how-to-publish-memos-upload.png new file mode 100644 index 0000000..68654c7 Binary files /dev/null and b/static/images/how-to-publish-memos-upload.png differ