kemonine
/
lollipopcloud
Archived
1
0
Fork 0

removed/updated links to kanban

This commit is contained in:
jmf 2019-01-30 18:21:04 -07:00
parent 09b61abe4b
commit 481b1c37e4
No known key found for this signature in database
GPG Key ID: 5F74BD822DD3B009
4 changed files with 4 additions and 7 deletions

View File

@ -7,7 +7,7 @@ The Lollipop Cloud project is a way to self-host internet services, such as a we
## Some Links Relevant to the Project
- [Code of Conduct](code-of-conduct.md)
- [Contributing guidelines](contributing/)
- [Contributing guidelines](CONTRIBUTING.md)
- [License](LICENSE.md)
## Recommended Hardware

View File

@ -6,7 +6,7 @@ This is complex stuff. If you're new to installing operating systems or setting
If you're looking to set up your own Lollipop device, you'll want to check out the [for-beginners.md](for-beginners.md) page.
If you're looking to contribute to the project, please check out the [our section regarding contributions](../contributing/README.md), and if you're looking for a git/Gitea tutorial, check out the [how-to-gitea.md](how-to-gitea.md) link.
If you're looking to contribute to the project, please check out the [our section regarding contributions](../CONTRIBUTIONS.md), and if you're looking for a git/Gitea tutorial, check out the [how-to-gitea.md](how-to-gitea.md) link.
## If you run into trouble...

View File

@ -113,4 +113,4 @@ Now you're ready to head back to the [README (link)](../README.md) and get start
- Just in case you need all of our documentation while offline or on a bad network connection, mirror these docs to an internet-connected computer by entering the following at the command line: ```git clone https://git.lollipopcloud.solutions/lollipop-cloud/docs.git /root/docs``` where ```/root/docs``` is where you want these documents to live.
_Check and contribute to [the issue tracker (link)](https://kanban.lollipopcloud.solutions/project/admin-lollipop-documentation/kanban) for errors, typos, clarifications, and omissions to improve this documentation. Thanks!_
_Please create an issue or reach out via our contact page for errors, typos, clarifications, and omissions to improve this documentation. Thanks!_

View File

@ -1,6 +1,3 @@
# You don't have to learn git or Gitea to contribute...
If you would like to walk through the git contribution process to submit changes, skip this section and move down to the [cheatsheat](#"Gitea cheat sheet for beginners and the forgetful"). But if you have no interest in expending that much energy, you can skip git entirely and submit a detailed suggestion to our [kanban board (link)](https://kanban.lollipopcloud.solutions/).
# Gitea cheat sheet for beginners and the forgetful
Below is the basic Gitea workflow, to help you with your contributions. But do not hesitate to reach out to any of the organizers for help! We're happy to walk you through any or all of this, no matter what your experience level. If you've never even heard of Gitea before, we'd love to help you submit your first contribution!
@ -47,7 +44,7 @@ You are downloading all the project files to your computer! Good work!
Git will install the project in a new folder. Use the command `ls` to see the name of the new project folder if you are unsure. Open this new folder with
`cd cloned_directory_name` to see what was installed.
### Add the upstream path
### Add the upstream path
_(Do this step only once!)_