jllodra / cmod3

cmod3 module (.IT, .XM, .S3M, .MOD...) music player
30 stars 10 forks source link

Update the Wiki #15

Open jllodra opened 7 years ago

jllodra commented 7 years ago

Currently the Wiki has 2 pages (how to run and how to build):

https://github.com/jllodra/cmod3/wiki

The wiki should look more like:




And all these pages with well-explained and detailed steps.

Please leave a comment if you would like to help with this issue and we'll talk about the steps to do. I see this as an interesting task if you want to enter in the world of JS apps wrapped in nwjs (or electron) or angularjs. You are very welcome.

Feel free to ask for clarification.

Thank you!

PS: I suggest doing this as different .md files (one for each subtopic) on the repository. I will mimic them on the Wiki if necessary.

cbsorrilha commented 7 years ago

Hey there! How can i help?

jllodra commented 7 years ago

Hi @cbsorrilha,

Thanks for the interest.

For example, you could start by Forking the project (take a loot at the contributing.md file) and adding some Markdown files. I am looking for files like these:

These files will help other developers to get involved in the code, since the most complex process now is knowing how to setup a developing environment.

For example, let's say you are running Windows and you feel comfortable with it, you could write the -on-windows.md files.

I can provide you some basic instructions I wrote some time ago, what I expect from you is to rewrite them and make them easier and better, especially the build instructions.

https://github.com/jllodra/cmod3/wiki

The first I'd do if I were you is forking the repo, clone it on your computer and try to follow the instructions in the Wiki and rewrite them in a markdown (.md) file.

While this task is easy, it is crucial and will help other developers to start contributing to the source code.

We can chat through Gitter in case you need more help: https://gitter.im/jllodra/cmod3

adalbertobrant commented 6 years ago

Hi , I wanna help this is going to be my first contribution !

jllodra commented 6 years ago

Hi @adalbertobrant, you are welcome, since the other guy did nothing. You can follow the guidelines I proposed, or just do what you think is better.

Thanks