Skip to content

Commit e9348e6

Browse files
authored
Merge pull request #110 from the-dotify-project/development
Development
2 parents 5d357da + d56106f commit e9348e6

File tree

10 files changed

+176
-156
lines changed

10 files changed

+176
-156
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
name: 🐞 Bug Report
2+
description: Did you find a bug?
3+
title: "🐞: "
4+
labels: [":bug: bug"]
5+
assignees:
6+
- billsioros
7+
body:
8+
- type: textarea
9+
id: what-happened
10+
attributes:
11+
label: What happened?
12+
description: Also tell us, what did you expect to happen?
13+
placeholder: Describe the problem!
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: reproduction-steps
18+
attributes:
19+
label: How can we reproduce the bug?
20+
description: Please provide the reproduction steps corresponding to the bug.
21+
placeholder: Provide us with some python code!
22+
value: |
23+
from dotify import Dotify
24+
25+
with Dotify(SPOTIFY_ID, SPOTIFY_SECRET):
26+
pass
27+
render: python
28+
validations:
29+
required: true
30+
- type: textarea
31+
id: stack-trace
32+
attributes:
33+
label: Relevant stack trace
34+
description: Please provide us with the program's stack trace, if appropriate.
35+
render: shell
36+
- type: checkboxes
37+
id: operating-systems
38+
attributes:
39+
label: Which operating systems have you used?
40+
description: You may select more than one.
41+
options:
42+
- label: macOS
43+
- label: Windows
44+
- label: Linux
45+
- type: dropdown
46+
id: python-version
47+
attributes:
48+
label: Python version
49+
multiple: true
50+
description: In what python version(s) does the problem occur?
51+
options:
52+
- 3.7
53+
- 3.8
54+
- 3.9
55+
validations:
56+
required: true
57+
- type: checkboxes
58+
id: duplicate-issue
59+
attributes:
60+
label: Is this a duplicate issue?
61+
description: By submitting this issue, you confirm that you have made sure that this is not a duplicate issue
62+
options:
63+
- label: I confirm that this is not a duplicate issue
64+
required: true
65+
- type: checkboxes
66+
id: latest-version
67+
attributes:
68+
label: Have you upgraded to the latest version?
69+
description: By submitting this issue, you confirm that you have already upgraded to the latest version
70+
options:
71+
- label: I confirm that I have upgraded to the latest version
72+
required: true
73+
- type: checkboxes
74+
id: code-of-conduct
75+
attributes:
76+
label: Code of Conduct
77+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://the-dotify-project.github.io/dotify/latest/CODE_OF_CONDUCT/)
78+
options:
79+
- label: I agree to follow this project's Code of Conduct
80+
required: true

.github/ISSUE_TEMPLATE/docs.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/docs.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 📄 Documentation
2+
description: Suggest a change regarding this project's documentation
3+
title: "📄: "
4+
labels: [":memo: documentation"]
5+
assignees:
6+
- billsioros
7+
body:
8+
- type: textarea
9+
id: change-description
10+
attributes:
11+
label: What should be changed in the documentation?
12+
description: Describe what you would like to see documented!
13+
placeholder: Please describe what should be added to, changed in or removed from the documentation, as well as the reasoning behind the proposed change.
14+
validations:
15+
required: true
16+
- type: checkboxes
17+
id: duplicate-issue
18+
attributes:
19+
label: Is this a duplicate issue?
20+
description: By submitting this issue, you confirm that you have made sure that this is not a duplicate issue
21+
options:
22+
- label: I confirm that this is not a duplicate issue
23+
required: true
24+
- type: checkboxes
25+
id: code-of-conduct
26+
attributes:
27+
label: Code of Conduct
28+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://the-dotify-project.github.io/dotify/latest/CODE_OF_CONDUCT/)
29+
options:
30+
- label: I agree to follow this project's Code of Conduct
31+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: 🎁 Feature Request
2+
description: Suggest a feature or improvement
3+
title: "🎁: "
4+
labels: [":bulb: feature request"]
5+
assignees:
6+
- billsioros
7+
body:
8+
- type: textarea
9+
id: change-description
10+
attributes:
11+
label: What would you like to be implemented?
12+
description: Describe what you would like to see implemented!
13+
placeholder: Please provide a concise description of the feature you want implemented, as well as the reasoning behind it.
14+
validations:
15+
required: true
16+
- type: checkboxes
17+
id: duplicate-issue
18+
attributes:
19+
label: Is this a duplicate issue?
20+
description: By submitting this issue, you confirm that you have made sure that this is not a duplicate issue
21+
options:
22+
- label: I confirm that this is not a duplicate issue
23+
required: true
24+
- type: checkboxes
25+
id: code-of-conduct
26+
attributes:
27+
label: Code of Conduct
28+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://the-dotify-project.github.io/dotify/latest/CODE_OF_CONDUCT/)
29+
options:
30+
- label: I agree to follow this project's Code of Conduct
31+
required: true

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Security Policy
22

3-
If you believe you have identified a security issue, **do not open a public issue**. To report a security issue, please email [Vasilis Sioros]([email protected]).
3+
If you believe you have identified a security issue, **do not open a public issue**. To report a security issue, please contact [email protected].
44

55
Be sure to include as much detail as necessary in your report. As with
66
reporting normal issues, a minimal reproducible example will help the

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: isort
1717
- repo: https://github.com/psf/black
18-
rev: 21.6b0
18+
rev: 21.7b0
1919
hooks:
2020
- id: black
2121
language_version: python3
@@ -42,7 +42,7 @@ repos:
4242
files: ^dotify|tests/
4343
additional_dependencies: [types-all]
4444
- repo: https://github.com/commitizen-tools/commitizen
45-
rev: v2.17.12
45+
rev: v2.17.13
4646
hooks:
4747
- id: commitizen
4848
stages: [commit-msg]
@@ -66,3 +66,7 @@ repos:
6666
pass_filenames: false
6767
entry: poetry export --without-hashes -o requirements.txt
6868
files: ^(pyproject.toml|poetry.lock)$
69+
- repo: meta
70+
hooks:
71+
- id: check-hooks-apply
72+
- id: check-useless-excludes

0 commit comments

Comments
 (0)