Skip to content
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

Fix Markdown in .github/ISSUE_TEMPLATE.md #859

Merged
merged 1 commit into from
Mar 6, 2016

Conversation

igorshubovych
Copy link
Contributor

Fixed Markdown to make checkboxes work.

Incorrect

-[ ] item

Correct:

- [ ] item (notice space)

And this is how it looks like:
-[x] incorrect

  • correct

See video tutorial about checkboxes.

@igorshubovych igorshubovych changed the title Fix Markdown format: make checkboxes visible Fix Markdown in .github/ISSUE_TEMPLATE.md Mar 5, 2016
@codecov-io
Copy link

Current coverage is 90.49%

Merging #859 into master will decrease coverage by -1.17% as of 1b33eb8

@@            master    #859   diff @@
======================================
  Files           71      71       
  Stmts         4102    4102       
  Branches       845     845       
  Methods          0       0       
======================================
- Hit           3760    3712    -48
  Partial         10      10       
- Missed         332     380    +48

Review entire Coverage Diff as of 1b33eb8

Powered by Codecov. Updated on successful CI builds.

@drew-gross
Copy link
Contributor

Thanks! I was wondering why this wasn't working.

drew-gross added a commit that referenced this pull request Mar 6, 2016
Fix Markdown in .github/ISSUE_TEMPLATE.md
@drew-gross drew-gross merged commit b3a52fb into parse-community:master Mar 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants