Skip to content

Commit 3b99847

Browse files
Try to fix the correct order and links
1 parent 383d7b2 commit 3b99847

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

06. contribute/01. introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ Not all decisions can be made using lazy consensus. Issues such as those affecti
8888
## Contribution Process
8989

9090
* [Testing](02. testing.md)
91-
* [Features](07. features.md)
91+
* [Features](03. features.md)
9292
* [Translations](04. translations.md)
9393
* [User Interface](05. user_interface.md)
9494
* [Documentation](06. documentation.md)
95-
* [Spreading the word](06. spreading_the_word.md)
95+
* [Spreading the word](07. spreading_the_word.md)
9696

9797

9898
*This document is based on the [Template For A Meritocratic Governance Document](http://www.oss-watch.ac.uk/resources/meritocraticGovernanceModel) of OSS Watch*

06. contribute/02. testing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ Best practices considering security can be reported in the documentation, submit
2323
## Automated testing
2424

2525
(TODO)
26+
27+
While testing is one of the most valueable contributions, it doesn't allow you to build your creative ideas into reality. The next article is about [adding new features](03. features.md).

06. contribute/07. features.md renamed to 06. contribute/03. features.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ After you installed [Git](https://help.github.com/articles/set-up-git), start by
2525
After you [comitted](https://help.github.com/articles/create-a-repo#step-2-commit-your-readme) all changes to your branch and [pushed](https://help.github.com/articles/create-a-repo#step-3-push-your-commit) them to your forked version, you'll have to do a [pull request](https://help.github.com/articles/using-pull-requests). Make sure you explain what and why you want to change a part to the core. After the pull request has been voted or discussed on the [technical board meeting](index.md) it will get merged.
2626

2727
More information about working with GitHub can found on the [help](https://help.github.com/) of GitHub, in the [documentation](http://git-scm.com/documentation) of Git, in the [Git Workflows](http://documentup.com/skwp/git-workflows-book) book or learn Git Branching [interactively](http://pcottle.github.io/learnGitBranching/).
28+
29+
30+
31+
When you edit something in the core we will ask you to update the documentation too. Read our [documentation](06. documentation.md) article to find some tips.

06. contribute/03. documentation.md renamed to 06. contribute/06. documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ When you're not familiar with GitHub and don't have intention to learn it you ca
3838
* [Tags](https://github.com/forkcms/documentation/tags) to find documention of earlier Fork CMS versions
3939

4040

41-
Updating the documentation is job a lot of users truly appreciate, in the final article we talk about attracting new Fork CMS users.
41+
Updating the documentation is job a lot of users truly appreciate, in the final article we talk about attracting new Fork CMS users.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the documentation of Fork CMS. The documentation files
66

77
## Contributing
88

9-
Want to help improving our documentation? Check out the dedicated article about contributing. See [contribute/03. documentation](06. contribute/03. documentation.md) for details.
9+
Want to help improving our documentation? Check out the dedicated article about contributing. See [contribute/03. documentation](06. contribute/06. documentation.md) for details.
1010

1111
Questions? Feel free to discuss on our [Slack channel](https://fork-cms.herokuapp.com/)
1212

@@ -87,9 +87,9 @@ Questions? Feel free to discuss on our [Slack channel](https://fork-cms.herokuap
8787
### 6. Contribute
8888
1. [Introduction](06. contribute/01. introduction.md)
8989
1. [Testing](06. contribute/02. testing.md)
90-
1. [Documentation](06. contribute/03. documentation.md)
90+
1. [Features](06. contribute/03. features.md)
9191
1. [Translations](06. contribute/04. translations.md)
9292
1. [User interface](06. contribute/05. user_interface.md)
93-
1. [Spreading the word](06. contribute/06. spreading_the_word.md)
94-
1. [Features](06. contribute/07. features.md)
93+
1. [Documentation](06. contribute/06. documentation.md)
94+
1. [Spreading the word](06. contribute/07. spreading_the_word.md)
9595
1. [Open sourcing your modules/themes](06. contribute/08. open_sourcing_fork_cms_modules_and_themes.md)

0 commit comments

Comments
 (0)