Skip to content

Latest commit

 

History

History
72 lines (51 loc) · 3.42 KB

CONTRIBUTING.md

File metadata and controls

72 lines (51 loc) · 3.42 KB

Join the Community on Slack

  1. Invite yourself to the A-Frame Slack channel.
  2. Join the discussion!

File an Issue

If you have a question rather than an issue, you can post to the A-Frame Stack Overflow tag

  1. Search the issue tracker for similar issues.
  2. Specify the version of A-Frame in which the bug occurred.
  3. Specify information about your browser and system (e.g., "Firefox Nightly on OS X")
  4. Describe the problem in detail (i.e., what happened and what you expected would happen).
  5. If possible, provide a small test case with CodePen, a link to your application, and/or a screenshot. You can fork this sample pen.

Contribute Code to A-Frame

Check out the issues labeled help wanted (easy) or help wanted (hard) for good issues to tackle.

  1. Have a GitHub account.
  2. Fork the repository on GitHub.
  3. Run npm install and npm run dev to serve the test examples.
  4. Make changes to your fork of the repository.
  5. If necessary, write unit tests (guide) and run with npm test.
  6. Submit a pull request to the master branch.
  7. Address review comments if any.

Please note you would agree to license your contributions under the license.

Share your Work

  1. Create something awesome like a scene, a component, or a shader.
  2. Publish your work to Github (and GitHub pages) so everyone can learn from your work.
  3. Share it on Slack, Twitter, or the awesome-aframe repository.
  4. Let us know about it so we can feature it on our blog: A Week of A-Frame.
  5. For bonus points, write and publish a case study to explain how you built it.

Update Documentation

If you catch a typo or error in the documentation, we'd greatly appreciate a pull request.

  1. Go to the bottom of the documentation page on aframe.io you wish to update.
  2. Click the button to suggest edits on GitHub.
  3. Edit the documentation through GitHub's text editor.
  4. Prepend the commit message with [docs].
  5. We will merge the pull request and cherry-pick it onto documentation branches for older versions if necessary.

Help Your Fellow A-Framers

On Slack

  1. Invite yourself to the A-Frame Slack channel.
  2. Help answer questions that people might have and welcome new people.
  3. Redirect or cross-post questions to the Stack Overflow A-Frame tag.

On GitHub

  1. Help respond to newly-filed GitHub issues
  2. Redirect developers to Stack Overflow if a question is filed rather than an issue.
  3. For extra points, cross-post and answer the question on Stack Overflow after redirecting!

Thanks so much for contributing and helping grow WebVR!