You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
929 B

5 years ago
  1. # Bugs, Questions, and Feature Requests
  2. Report bugs, ask questions, and request features using [GitHub Issues](https://github.com/cferdinandi/smooth-scroll/issues).
  3. **Before posting, do a search to make sure your issue or question hasn't already been reported or discussed.** If no matching issue exists, go ahead and create one.
  4. **Please be sure to include all of the following:**
  5. 1. A clear, descriptive title (ie. "A bug" is not a good title).
  6. 2. [A reduced test case.](https://css-tricks.com/reduced-test-cases/)
  7. - Clearly demonstrate the bug or issue.
  8. - Include the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
  9. - A link to your production site is **not** a reduced test case.
  10. - You can create one by [forking this CodePen](https://codepen.io/cferdinandi/pen/RqGLpz).
  11. 3. The browser and OS that you're using.
  12. Duplicates and issues without a reduced test case may be closed without comment.