Skip to content

Commit 91f9dcb

Browse files
committed
Closes #262
1 parent 793f454 commit 91f9dcb

File tree

3 files changed

+84
-0
lines changed

3 files changed

+84
-0
lines changed

.github/issue_template/Bug.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
name: Bug
3+
about: Create a report to help us improve
4+
labels: 'bug'
5+
---
6+
7+
# Bug report
8+
9+
<!--
10+
Hi, thanks for submitting a bug. We appreciate that.
11+
12+
But, we will need some information about what's wrong to help you.
13+
-->
14+
15+
## What's wrong
16+
17+
<!-- Describe what is not working. Please, attach a traceback. -->
18+
19+
## How is that should be
20+
21+
<!-- Describe how it should work. -->
22+
23+
<!--
24+
25+
Love dry-python? ❤️
26+
Do you want your bugs to be solved faster?
27+
28+
Please consider supporting us:
29+
👉 https://github.com/sponsors/dry-python
30+
31+
-->
32+
33+
## System information
34+
35+
- `python` version:
36+
- `classes` version:
37+
- `mypy` version:

.github/issue_template/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ref: https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser
2+
blank_issues_enabled: true # default
3+
contact_links:
4+
- name: >-
5+
💬 Telegram: @drypython
6+
url: https://t.me/drypython
7+
about: Chat with dry-python devs

.github/pull_request_template.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# I have made things!
2+
3+
<!--
4+
Hi, thanks for submitting a Pull Request. We appreciate it.
5+
6+
Please, fill in all the required information
7+
to make our review and merging processes easier.
8+
9+
Cheers!
10+
-->
11+
12+
## Checklist
13+
14+
<!-- Please check everything that applies: -->
15+
16+
- [ ] I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
17+
- [ ] I have created at least one test case for the changes I have made
18+
- [ ] I have updated the documentation for the changes I have made
19+
- [ ] I have added my changes to the `CHANGELOG.md`
20+
21+
## Related issues
22+
23+
<!--
24+
Mark what issues this Pull Request closes or references.
25+
26+
Format is:
27+
- Closes #issue-number
28+
- Refs #issue-number
29+
30+
Example. Refs #0
31+
Documentation: https://blog.github.com/2013-05-14-closing-issues-via-pull-requests/
32+
-->
33+
34+
<!--
35+
If you have any feedback, just write it here.
36+
37+
It can be whatever you want!
38+
-->
39+
40+
🙏 Please, if you or your company finds `dry-python` valuable, help us sustain the project by sponsoring it transparently on https://github.com/sponsors/dry-python. As a thank you, your profile/company logo will be added to our main README which receives hundreds of unique visitors per day.

0 commit comments

Comments
 (0)