summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:42:36 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-07-10 09:42:36 +0200
commit8a17addaf14f05dee21aa3337f4625efc8e240f1 (patch)
tree6d89c9a5a5381cef0627e89de5453a6a8e96b8d5 /CONTRIBUTING.md
parentf824f02fd7d70a731d949122df451ab4b0b7a468 (diff)
uppercase fixes
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 9bcefcc1e..686b0c1a8 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -11,7 +11,7 @@ This section is split into two section:
* Everything that has to do with bugs
* How to request features
-### Before reporting bugs
+### Before Reporting Bugs
* We do not support Internet Explorer and Safari (Patches accepted though, except for IE < 10)
* We do **not support the server-side encryption app** (use client side encryption instead)
@@ -62,7 +62,7 @@ In general it's a good idea to **first create an issue where you explain why, wh
That way we can talk about the problem first and discuss the implementation (and of course help you with your code)
-### Contact us!
+### Contact Us!
We usually hang out on **irc.freenode.net** in the **#owncloud-news** and **#owncloud-dev** chat room. Just ping [Raydiation](https://github.com/Raydiation/) or [cosenal](https://github.com/cosenal) or write us a mail directly. Mail addresses are listed on our GitHub profiles.
@@ -82,7 +82,7 @@ You can also send a mail to the [owncloud-devel mailing list](https://mailman.ow
* Place a space before and after the parameter block for if, else, for, foreach, function
-### Project structure
+### Project Structure
The project is structured in the following way:
* **admin/**: Admin related parts which hook up the News app in the admin area. The HTML is in **templates/admin.php** folder, the JavaScript is in **js/admin/Admin.js**, CSS in **css/admin.css**. Both CSS and JavaScript don't need to be recompiled unlike everything else. The controller that hooks up the template is located in **controller/admincontroller.php**. **admin/admin.php** is just there to wire up the controllers on the admin page which does not support the App Framework.