Runtime-deprecate ospec, change change-log to changelog, fix a few assorted bugs (#2578)
This commit is contained in:
parent
1630b06106
commit
9f0dc2ab46
76 changed files with 484 additions and 410 deletions
3
.github/CODE_OF_CONDUCT.md
vendored
3
.github/CODE_OF_CONDUCT.md
vendored
|
|
@ -1,3 +0,0 @@
|
|||
# Code of Conduct
|
||||
|
||||
Please see https://mithril.js.org/code-of-conduct.html.
|
||||
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
|
@ -1 +0,0 @@
|
|||
open_collective: mithriljs
|
||||
11
.github/ISSUE_TEMPLATE/feature-or-enhancement.md
vendored
11
.github/ISSUE_TEMPLATE/feature-or-enhancement.md
vendored
|
|
@ -12,17 +12,18 @@ assignees: isiahmeadows
|
|||
Optional: Provide the exact version of Mithril you're experiencing issues with.
|
||||
This could matter, even if it's really old like version 0.1.0. Do note that bugs
|
||||
in older versions are commonly fixed in newer versions and that newer versions
|
||||
do end up with a lot more features than older versions, so it's unlikely we'll
|
||||
are much more actively maintained than older versions, so it's unlikely we'll
|
||||
add new features to older versions like 0.1.x.
|
||||
-->
|
||||
**Mithril version:**
|
||||
|
||||
<!--
|
||||
Optional: Provide the name and version of both the browser and operating system
|
||||
you're running Mithril on. If it's multiple, feel free to list multiple. This
|
||||
could matter, even if it's super ancient like IE 6 on Windows XP.
|
||||
Optional: Provide the name and version of both the platform (Chrome, Node, etc.)
|
||||
and operating system you're running Mithril on. If it's multiple, feel free to
|
||||
list multiple. This could matter, even if it's super ancient like IE 6 on
|
||||
Windows XP.
|
||||
-->
|
||||
**Browser and OS:**
|
||||
**Platform and OS:**
|
||||
|
||||
<!--
|
||||
Optional: Provide a link to your project, if it happens to be open source or if
|
||||
|
|
|
|||
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -28,4 +28,4 @@
|
|||
- [ ] I have read the **CONTRIBUTING** document.
|
||||
- [ ] I have added tests to cover my changes.
|
||||
- [ ] All new and existing tests passed.
|
||||
- [ ] I have updated `docs/change-log.md`
|
||||
- [ ] I have updated `docs/changelog.md`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue