Skip to content

Commit 93cf8da

Browse files
authored
Merge pull request #114 from the-dotify-project/development
Development
2 parents e9348e6 + 17d4387 commit 93cf8da

File tree

7 files changed

+29
-45
lines changed

7 files changed

+29
-45
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐞 Bug Report
22
description: Did you find a bug?
3-
title: "🐞: "
3+
title: "🐞 "
44
labels: [":bug: bug"]
55
assignees:
66
- billsioros
@@ -33,15 +33,18 @@ body:
3333
label: Relevant stack trace
3434
description: Please provide us with the program's stack trace, if appropriate.
3535
render: shell
36-
- type: checkboxes
37-
id: operating-systems
36+
- type: dropdown
37+
id: operating-system
3838
attributes:
39-
label: Which operating systems have you used?
40-
description: You may select more than one.
39+
label: Operating System (OS)
40+
multiple: true
41+
description: In what OS(s) does the problem occur?
4142
options:
42-
- label: macOS
43-
- label: Windows
44-
- label: Linux
43+
- macOS
44+
- Windows
45+
- Linux
46+
validations:
47+
required: true
4548
- type: dropdown
4649
id: python-version
4750
attributes:

.github/ISSUE_TEMPLATE/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 📄 Documentation
22
description: Suggest a change regarding this project's documentation
3-
title: "📄: "
3+
title: "📄 "
44
labels: [":memo: documentation"]
55
assignees:
66
- billsioros

.github/ISSUE_TEMPLATE/feature_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🎁 Feature Request
22
description: Suggest a feature or improvement
3-
title: "🎁: "
3+
title: "🎁 "
44
labels: [":bulb: feature request"]
55
assignees:
66
- billsioros

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,18 @@
1-
<!--- Provide a general summary of your changes in the Title above -->
2-
31
## Description
4-
<!--- Describe your changes in detail -->
52

6-
## Related Issue
7-
<!--- This project only accepts pull requests related to open issues -->
8-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
9-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
10-
<!--- Please link to the issue here: -->
3+
<!-- Please provide a concise description of your changes, as well as the reasoning behind them. -->
114

12-
## Motivation and Context
13-
<!--- Why is this change required? What problem does it solve? -->
5+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6+
7+
- [ ] I have updated the documentation accordingly.
8+
- [ ] I have added tests to cover my changes.
149

15-
## How Has This Been Tested?
16-
<!--- Please describe in detail how you tested your changes. -->
17-
<!--- Include details of your testing environment, and the tests you ran to -->
18-
<!--- see how your change affects other areas of the code, etc. -->
10+
---
1911

20-
## Screenshots (if appropriate):
12+
## Related Issue
2113

22-
## Types of changes
23-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
24-
- [ ] Bug fix (non-breaking change which fixes an issue)
25-
- [ ] New feature (non-breaking change which adds functionality)
26-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
14+
<!--- This project only accepts pull requests related to open issues -->
15+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
16+
<!--- If fixing a bug, there should be an issue describing it along with reproduction steps -->
2717

28-
## Checklist:
29-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
30-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
31-
- [ ] My code follows the code style of this project.
32-
- [ ] My change requires a change to the documentation.
33-
- [ ] I have updated the documentation accordingly.
34-
- [ ] I have read the project's [contributing guidelines](/docs/CONTRIBUTING.md).
35-
- [ ] I have added tests to cover my changes.
36-
- [ ] All new and existing tests passed.
18+
Closes #issue-number-here.

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) for commit guidelines.
76

87
<!--next-version-placeholder-->
98

docs/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Contributions are made to this repository via Issues and Pull Requests (PRs). A
2323

2424
### Issues
2525

26-
Issues should be used to report problems with the library or request a new feature or documentation change. When you create a new Issue, a template will be loaded that will guide you through collecting and providing the required information.
26+
[Issues](https://github.com/the-dotify-project/dotify/issues) should be used to report problems with the library or request a new feature or documentation change. When you create a new Issue, a template will be loaded that will guide you through collecting and providing the required information.
2727

2828
If you find an Issue that addresses the problem you're having, please add your own reproduction information to the existing issue rather than creating a new one. Adding a [reaction](https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) can also help in indicating to our maintainers that a particular problem is affecting more than just the reporter.
2929

@@ -37,8 +37,8 @@ PRs can be a quick way to get your fix or improvement slated for the next releas
3737
- Add [unit or integration tests](https://github.com/the-dotify-project/dotify/tree/master/examples) for added or changed functionality.
3838
- Any code related changes should be accompanied by corresponding changes to the project's documentation.
3939
- If your pull request introduces a new feature, the corresponding `README` [section](https://the-dotify-project.github.io/dotify/latest/#features) must be updated to reflect this. Make sure you also include [an example](https://github.com/the-dotify-project/dotify/tree/master/examples), showcasing this new functionality.
40-
- Write clear, concise commit message(s) using [conventional-changelog format](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md). [Why?](#writing-your-commit-message)
41-
- If your PR is connected to an open issue, add a line in your PR's description that says `Fixes: #123`, where `#123` is the number of the issue you're fixing.
40+
- Write clear, concise commit message(s) using the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format. [Why?](#writing-your-commit-message)
41+
- This project only accepts pull requests related to open issues. In case there is no relevant open issue, feel free to [create one](https://github.com/the-dotify-project/dotify/issues/new/choose).
4242

4343
For changes that address core functionality or would require breaking changes (e.g. a major release), it's best to open an Issue to discuss your proposal first. This is not required but can save time creating and reviewing changes.
4444

@@ -111,7 +111,7 @@ Having made your changes, please run `mkdocs server` and make sure that no error
111111

112112
### Writing your commit message
113113

114-
The project's version number and [Changelog](https://github.com/the-dotify-project/dotify/blob/master/CHANGELOG.md), depend on a consistent commit history. As a result, your commit message's format is extremely important. Before opening a pull request, please make sure that your commits strictly follow the [conventional-changelog format](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md).
114+
The project's version number and [Changelog](https://github.com/the-dotify-project/dotify/blob/master/CHANGELOG.md), depend on a consistent commit history. As a result, your commit message's format is extremely important. Before opening a pull request, please make sure that your commits strictly follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) format].
115115

116116
### Creating a pull request
117117

dotify/py.typed

Whitespace-only changes.

0 commit comments

Comments
 (0)