Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions Readme.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
# Top horizontal menu

## About

Adds a new horizontal menu to the top of your e-commerce website.

## Contributing
# Contributing

PrestaShop modules are open-source extensions to the PrestaShop e-commerce solution. Everyone is welcome and even encouraged to contribute with their own improvements.

### Requirements
## Requirements

Contributors **must** follow the following rules:

* **Make your Pull Request on the "dev" branch**, NOT the "master" branch.
* Do not update the module's version number.
* Follow [the coding standards][1].

### Process in details
## Process in details

Contributors wishing to edit a module's files should follow the following process:

Expand All @@ -34,4 +28,3 @@ That's it: you have contributed to this open-source project! Congratulations!
[1]: http://doc.prestashop.com/display/PS16/Coding+Standards
[2]: http://doc.prestashop.com/display/PS16/How+to+write+a+commit+message
[3]: https://help.github.com/articles/using-pull-requests

9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Top horizontal menu

## About

Adds a new horizontal menu to the top of your e-commerce website.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)