-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation work items #201
Comments
Hey @shakeelmohamed, let me know if you'd like to revise anything here. I based this off the original list in the other issue. Perhaps we can also close issue #49 once this one looks good to go. |
I've left some comments bold inline above to help whoever ends up doing these tasks, thanks for triaging @josectello! |
@shakeelmohamed Are we thinking of adding any future content (from the list) to only the Wiki pages or do you think any of these items will require PR's - or the creation of another markdown file? |
@josectello aside from the first item on the list, I think the others make sense being on the wiki. What do you think? |
@shakeelmohamed I like the idea of having denser content in the Wiki, but I often find myself (when looking through open source repos) completely forgetting that a Wiki tab even exists. What about inserting a link someplace on the main |
@josectello that makes sense, we can add a link to the wiki at the end of the contributing section of the README 👍 |
Is the discussion still on for this? |
@FleetAdmiral Definitely, I'd like to see these items done one at a time FYI |
@shakeelmohamed Cool with me, can i pick any item too look into or is there an order you'd like to follow? |
@FleetAdmiral you can start with any of them |
Hi, |
@erikasf Yes please! Ping me if you have any questions |
Hello, I'm a first time open source contributor as well, please could you tell me what still has to be done of the documentation ? Thx in regard |
Welcome @brechtdedecker! Please see the original post on this issue for the checklist of uncompleted items |
Hi, I'm a somewhat experienced contributor. I'm working on the third item on the list. |
…g-model Add branching model for CONTRIBUTING.md. Address part of #201
@Kelby-Baca thanks! I've re-ordered the list so completed tasks are at the bottom. That task is now first on the list |
Hi there! I'm a first time contributor. I would like to help you with the first issue on your list involving the issue and PR templates. Did you just want them to be more succinct? |
@fchikwekwe yeah, they're just too verbose and aren't providing much value. Go ahead and make a PR, we can discuss once you've started |
@shakeelmohamed I submitted a PR with some suggestions for changes. Feel free to look over it and let me know which direction you'd like for me to go. |
I have started working on this issue |
Hey everyone, first time contributor here. How can I start and what needs to be done. |
Thanks @shakeelmohamed , I'll dive into that and let you know when I need any help. |
Hi @shakeelmohamed |
@SoundaryaKoutharapu we actually do have one, but it’s quite verbose. I don’t even use it myself. Feel free to submit a PR with some changes: https://github.com/zen-audio-player/zen-audio-player.github.io/blob/e3694e97ee74aa6f0a8c6b5c6703d9a02b355d58/.github/PULL_REQUEST_TEMPLATE.md |
Hi @shakeelmohamed Pull RequestDescription[Provide a brief summary of the purpose and context of this pull request. Why are you making these changes?] Changes Made[Explain the changes you've made in detail. List new features, bug fixes, or improvements, and include links to related issues if applicable.] Screenshots (if applicable)[Include screenshots or GIFs to visually demonstrate the changes, if relevant.] Checklist
Related Issues[Reference any related issues or pull requests by linking them here.] Additional Notes[Include any additional information or context that might be helpful for the reviewer.] |
Hi @SoundaryaKoutharapu, I would like to trim most of this content. We can start a more involved discussion in a pull request. Description, changes made, and additional notes can be simplified into one description section at the top. Let’s start there and see how it looks. |
Hi @shakeelmohamed, I've made the changes, can you please review it? Pull RequestDescription[Provide a brief summary of the purpose and context of this pull request. Why are you making these changes and Explain the changes you've made in detail] Screenshots (if applicable)[Include screenshots or GIFs to visually demonstrate the changes, if relevant.] Related Issues[Reference any related issues or pull requests by linking them here.] Checklist
|
@SoundaryaKoutharapu Looking good, let’s check capitalization, punctuation, spelling, etc. Please open a pull request with these changes. |
sure @shakeelmohamed |
Hi @shakeelmohamed, |
This issue is here to track the progress of updating, trimming down, and adding to the current Zen Audio Player docs & wiki pages. The four files/sections for docs are as follows:
CONTRIBUTING.md
,ISSUE_TEMPLATE.md
,PULL_REQUEST_TEMPLATE.md
, and the Wiki pages.The main tasks that we are prospectively looking to address are:
npm install
thennpm start
for "running" the site, thennpm test
to run the tests - the main requirement here is Node.js 4.0+).eslintrc.json
, coordinate those rules with the eslint docs and we could make something more human readable on the wiki)npm install
for "running" and testing, bower (frontend) depdendencies are checked in, but in order to update I believe you runbower update --save <package-name>
)The text was updated successfully, but these errors were encountered: