-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/v0.10.3: Bump version from 0.10.2 to 0.10.3 Add PR templates, modify issue templates (#151) Add missing newsfragment Add contribution guidlines (#149) Create CONTRIBUTING.md Docs: Fix wrong path for typehints.py Rename module typing to types (#147) Move docs back to rtd (#145) Sanitize event_id of get-event (#144)
- Loading branch information
Showing
31 changed files
with
1,212 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for reporting a possible bug in MatrixCtl. | ||
Please fill in as much of the template below as you can. | ||
MatrixCtl Version: output of `matrixctl --version` | ||
Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows) | ||
If possible, please provide the debug output by running the same command again | ||
with a `-d` argument after `matrixctl` e.g. `matrixctl -d command`. | ||
--> | ||
|
||
- **MatrixCtl Version**: | ||
- **Python Version**: | ||
- **Platform**: | ||
|
||
#### Describe the bug | ||
<!-- A clear and concise description of what the bug is. --> | ||
|
||
|
||
#### Expected behavior | ||
<!-- A clear and concise description of what you expected to happen. --> | ||
|
||
|
||
#### Debug output | ||
<!-- Please provide the debug output here --> | ||
|
||
|
||
#### Additional context | ||
<!-- Add any other context about the problem here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
name: "\U0001F680 Feature request" | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for suggesting an idea to make MatrixCtl better. | ||
Please fill in as much of the template below as you're able. | ||
--> | ||
|
||
#### Is your feature request related to a problem? Please describe. | ||
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> | ||
|
||
#### Describe the solution you'd like | ||
<!-- A clear and concise description of what you want to happen. --> | ||
|
||
#### Describe alternatives you've considered | ||
<!-- A clear and concise description of any alternative solutions or features you've considered. --> | ||
|
||
#### Additional context | ||
<!-- Add any other context or screenshots about the feature request here. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
name: "⁉️ Need help with Node.js?" | ||
about: Please use https://github.com/MichaelSasser/matrixctl/discussions | ||
|
||
--- | ||
|
||
If you have a question about MatrixCtl (or Contribution) that is not a bug | ||
report or feature request, please post it in the | ||
[discussions](https://github.com/MichaelSasser/matrixctl/discussions) | ||
|
||
Questions posted in the issues will be closed. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<!-- | ||
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** | ||
Thank you for your pull request. Please provide a description above and review | ||
the requirements below. | ||
Bug fixes and new features should include documentation and tests. | ||
--> | ||
|
||
fixes # | ||
|
||
#### Affected Handlers | ||
<!-- Please provide affected handlers. --> | ||
|
||
#### Description of Change | ||
<!-- Please provide a description of the change here. --> | ||
- | ||
- | ||
- | ||
|
||
#### Checklist | ||
<!-- Only the fields marked with (*) are Mandatory for bugfixes. --> | ||
|
||
- [ ] Have you documented your changes? | ||
- [ ] Have you added or changed tests for your code? | ||
- [ ] (*) Have you created an issue first? | ||
- [ ] (*) Have you checked to ensure there aren't other open Pull Requests | ||
for the same update/change? | ||
- [ ] (*) Have you created a newsfragment in `./news/`? | ||
- [ ] (*) Have you lint your code locally prior to submission? | ||
- [ ] (*) Did you ran `tox` and everything passed? | ||
- [ ] (*) I haven't added any dependencie without approval. | ||
|
||
<!-- [Code of Conduct & Contribution Guidlines](https://matrixctl.rtfd.io/en/latest/contributer_documentation/index.html). --> | ||
I have read and accept the: | ||
|
||
- [ ] (*) Code of Conduct. | ||
- [ ] (*) Contribution Guidelines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# matrixctl | ||
# Copyright (c) 2021 Michael Sasser <[email protected]> | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
# the Free Software Foundation, either version 3 of the License, or | ||
# (at your option) any later version. | ||
# | ||
# This program is distributed in the hope that it will be useful, | ||
# but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
# GNU General Public License for more details. | ||
# | ||
# You should have received a copy of the GNU General Public License | ||
# along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
|
||
--- | ||
|
||
version: 2 | ||
|
||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
formats: all | ||
|
||
python: | ||
version: 3.8 | ||
install: | ||
- method: pip | ||
path: . | ||
extra_requirements: | ||
- docs |
Oops, something went wrong.