From ceacec2f5927832b2ce337570796b1efbbc3f8b9 Mon Sep 17 00:00:00 2001 From: Omar Murad Date: Thu, 26 Mar 2020 21:36:42 +0100 Subject: [PATCH] README: Add known issue about logging into getmonero GitLab with GitHub OAuth --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6b9a282..9c4e1f24 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you need support about something related to the website, plese join `#monero- * Install Bundler: `gem install bundler` * Install Jekyll with all dependencies (run from the project directory): `bundle` -* GitHub/GitLab: Pretty much everything in Monero is hosted on [GitHub](https://github.com/monero-project) or [getmonero GitLab](https://repo.getmonero.org/users/monero-project/projects) and uses Git as the primary version control system. If you're not familiar with how to use Git, you can check out [this tutorial](https://guides.github.com/activities/hello-world/) for a good overview. It will take you through pretty much everything you'll need to know to edit the website. If you haven't already, register on GitLab and fork the [Monero Website repository](https://repo.getmonero.org/monero-project/monero-site). +* GitHub/GitLab: Pretty much everything in Monero is hosted on [GitHub](https://github.com/monero-project) or [getmonero GitLab](https://repo.getmonero.org/users/monero-project/projects) and uses Git as the primary version control system. If you're not familiar with how to use Git, you can check out [this tutorial](https://guides.github.com/activities/hello-world/) for a good overview. It will take you through pretty much everything you'll need to know to edit the website. If you haven't already, register on GitLab and fork the [Monero Website repository](https://repo.getmonero.org/monero-project/monero-site). Please note that GitLab accounts logged in using the "Log in with GitHub" option require manual intervention in order to be able to fork repositories. Either register your account using email/password or contact the Website Workgroup via GitLab or `#monero-site` to have your GitHub OAuth profile unlocked. *Note: If you're confused, feel free to click other files in the same directory (folder) that you are in for the step that you are on to see some working examples. Compare them to the instructions and you should understand better.* @@ -502,4 +502,4 @@ Build your website using `jekyll serve` if it's not rebuilding automatically. If If the build is successful, go to the Library page `/library/` and check to see that the publication is showing up in the correct category and that the link is downloading correctly. Test the page and let rehrar know if there are any bugs. ### 4. Submit a Pull Request -You're all done. Submit a PR and wait for it to be reviewed and merged. Be sure to make any changes if requested. \ No newline at end of file +You're all done. Submit a PR and wait for it to be reviewed and merged. Be sure to make any changes if requested.