fixed spaces for headings

This commit is contained in:
Eric Passmore
2023-01-16 19:34:12 -08:00
parent 836035c70c
commit 9bbd9c25c1
2 changed files with 16 additions and 16 deletions
+8 -10
View File
@@ -3,25 +3,23 @@ name: Bug report
about: Create a report to help us improve
---
##Version of EOSJS
## Version of EOSJS
_which version of eosjs exhibits the issue_
##Bug Title
### Bug
A clear and concise title
**Expected behavior** What you expected to happen.
##To Reproduce
#### `To Reproduce`
Steps to reproduce the behavior.
##Expected behavior
What you expected to happen.
##Screenshots
#### `Screenshots`
Always Helpful
##Platform
- [ ] Node
#### `Platform`
- [ ] Node
- [ ] Web Browser
- [ ] Mobile
##Additional Details on The Platform
#### `Additional Details`
_version of node, version of browser, mobile os version, anything else_
+8 -6
View File
@@ -4,20 +4,22 @@ about: Describes planned features and updates
---
##Work Title##
### Work Title
Summarize Desired Outcome
##Requirements##
#### `Requirements`
One Sentence
##Complex Requirements##
#### `Scenarios`
### Additional Considerations
_The Following Are Optional_
###Design Notes###
#### `Design Notes`
Tradeoffs, compatibility, encapsulation
###Coding Notes###
#### `Coding Notes`
How to code it
###Additional context###
#### `Additional context`
Add any other context about the problem here.