Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 987 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 987 Bytes

Questions

If you are having difficulties running the app or have a question about the service, please ask a question on dW Answers or Stack Overflow.

Issues

If you encounter an issue with this sample app, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has encountered this issue already.

Pull Requests

If you want to contribute to the repository, here's a quick guide:

  1. Fork the repo.
  2. Install the dependencies by doing npm install.
  3. Develop your code changes.
  4. Make sure your code follows the eslint format guidelines by doing npm run lint.
    • To fix some formatting issues, you can do npm run autofix
  5. Test your code changes: npm test
  6. Commit your changes.
  7. Push your fork and submit a pull request.