Browse Source

Updated README and FAQ Page

theflametrooper 8 năm trước cách đây
mục cha
commit
2097e2b559
2 tập tin đã thay đổi với 27 bổ sung25 xóa
  1. 25 23
      README.md
  2. 2 2
      app/client/templates/faq.html

+ 25 - 23
README.md

@@ -1,33 +1,34 @@
-##Visit the official website!
-
-### https://musare.com/
+# [Musare](http://musare.com)
+> A modern, open-source, collaborative music app
 
 You can also find us on:
 * Twitter: https://twitter.com/musareapp
 
-##Get started with development!
+## Contributing
+
+#### Prerequisites
 
-First download Meteor: https://www.meteor.com/
-Then download Git (CLI): https://git-scm.com/
+- [Meteor](https://www.meteor.com/)
+- [Git (CLI)](https://git-scm.com/)
 
-Get your favourite code-editor out and follow the following steps to start contributing:
-1. Star the repository!
-2. Fork the repository to your account
-3. Clone your forked repo to your local machine using ```git clone https://github.com/[YourUserName]/Musare.git```
+#### Getting Started
 
-Navigate to "../app" and run ```meteor```. This will run a local instance of Musare on ```localhost:3000```.
+1. Fork the repository to your account.
+2. Clone your forked repo to your local machine using
+```git clone https://github.com/<username>/Musare.git```.
+3. Navigate to the `app` directory using `cd app`.
+4. Run `meteor` which will start a local instance of Musare on ```localhost:3000```.
 
-There you go, you're set to start coding!
+## Does the site not load?
 
-##Does the site not load?
+#### Try these methods first before reporting an issue:
 
-Try these methods first before reporting an issue:
+1. Refresh page or restart browser.
+2. Turn off all extensions.
+3. Clear cookies and cache.
+4. Update browser or try another (Chrome, Firefox).
+5. Flush browser DNS/Sockets and IP DNS.
 
-1. Refresh page or restart browser
-2. Turn off all extensions
-3. Clear cookies and cache
-4. Update browser or try another (Chrome, Firefox)
-5. Flush browser DNS/Sockets and IP DNS
 <hr>
 **Chrome**
 ```chrome://net-internals/#dns``` and ```chrome://net-internals/#sockets```
@@ -45,8 +46,9 @@ Try these methods first before reporting an issue:
 ```sudo discoveryutil mdnsflushcache```
 <hr>
 
-This did not fix your issue? or you're still not satisfied? Just create a issue ticket at:
-https://github.com/AkiraLaine/musare/issues
-Be sure to be as detailed as possible!
+#### Still having issues?
+
+Just create an issue ticket at:
+https://github.com/musare/musare/issues and be sure to be as detailed as possible!
 
-We are protected by [![CLA assistant](https://cla-assistant.io/readme/badge/Musare/Musare)](https://cla-assistant.io/Musare/Musare) so if you want to contribute please accept these terms, if you do not your pull request will be denied.
+We are protected by [![CLA assistant](https://cla-assistant.io/readme/badge/Musare/Musare)](https://cla-assistant.io/Musare/Musare) so if you want to contribute, please accept these terms. If you do not, your pull request will be denied.

+ 2 - 2
app/client/templates/faq.html

@@ -64,10 +64,10 @@
                     <div class="collapsible-body"><p>Yes! Just put /commands or /help in chat and it will show you all of the available chat commands.</p></div>
                 </li>
                 <h5>The people on Musare</h5>
-                <li>
+                <!-- <li>
                     <div class="collapsible-header"><i class="material-icons">help</i>Who are the Musare staff?</div>
                     <div class="collapsible-body"><p>You can check out the Musare staff on <a href="https://musare.com/team">our team page</a>.</p></div>
-                </li><li>
+                </li> --><li>
                     <div class="collapsible-header"><i class="material-icons">help</i>How do I become a staff member?</div>
                     <div class="collapsible-body"><p>We are currently not reviewing any staff applications. If you are an active contributor to Musare, we might consider some people as staff members. This is not a guarantee.</p></div>
                 </li>