Skip to content

Commit 26ff571

Browse files
author
kevinfiol
authored
Merge branch 'main' into kf/refactor-installation-page
2 parents fe860b4 + 1a18b16 commit 26ff571

File tree

2 files changed

+10
-20
lines changed

2 files changed

+10
-20
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!--- Provide a general summary of your changes in the Title above -->
22

3+
<!-- If you have questions about it, feel free to ask. We don't bite, I promise. -->
4+
- [ ] I have read https://mithril.js.org/contributing.html
5+
36
## Description
47
<!--- Describe your changes in detail -->
58

@@ -11,21 +14,3 @@
1114
<!--- Please describe in detail how you tested your changes. -->
1215
<!--- Include details of your testing environment, and the tests you ran to -->
1316
<!--- see how your change affects other areas of the code, etc. -->
14-
15-
## Types of changes
16-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
17-
- [ ] Bug fix (non-breaking change which fixes an issue)
18-
- [ ] New feature (non-breaking change which adds functionality)
19-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
20-
- [ ] Documentation change
21-
22-
## Checklist:
23-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
24-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
25-
- [ ] My code follows the code style of this project.
26-
- [ ] My change requires a change to the documentation.
27-
- [ ] I have updated the documentation accordingly.
28-
- [ ] I have read the **CONTRIBUTING** document.
29-
- [ ] I have added tests to cover my changes.
30-
- [ ] All new and existing tests passed.
31-
- [ ] I have updated `docs/changelog.md`

docs/contributing.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,14 @@ Contribution guide for Mithril.js
2020

2121
## How do I go about contributing ideas or new features?
2222

23-
Create an [issue thread on GitHub](https://github.com/MithrilJS/mithril.js/issues/new) to suggest your idea so the community can discuss it.
23+
Go to our [discussions forum](https://github.com/MithrilJS/mithril.js/discussions) to suggest your idea so the community can discuss it.
2424

25-
If the consensus is that it's a good idea, the fastest way to get it into a release is to send a pull request. Without a PR, the time to implement the feature will depend on the bandwidth of the development team and its list of priorities.
25+
If the consensus is that it's a good idea, the fastest way to get it published is to send a pull request. Without a PR, the time to implement the feature will depend on the bandwidth of the development team and its list of priorities.
26+
27+
Here's where you would submit that pull request:
28+
29+
- Mithril.js core: https://github.com/MithrilJS/mithri.js
30+
- Mithril.js documentation: https://github.com/MithrilJS/docs
2631

2732

2833

0 commit comments

Comments
 (0)