docs(ISSUE_TEMPLATES): initial version
This commit is contained in:
parent
c93775cc38
commit
05b09b1738
21
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE/Bug_report.md
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Something not working as expected
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Current behavior
|
||||||
|
|
||||||
|
<!-- Describe how the issue manifests. -->
|
||||||
|
|
||||||
|
## Expected behavior
|
||||||
|
|
||||||
|
<!-- Describe what the desired behavior would be. -->
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
|
||||||
|
- **semantic-release** version: <!-- Version set in package.json devDpendencies -->
|
||||||
|
- CI environment: <!-- CI service name -->
|
||||||
|
- Plugins used: <!-- List semantic-release plugin used if any -->
|
||||||
|
- **semantic-release** configuration: <!-- link to your repository or relevant part of the semantic-release config -->
|
||||||
|
- CI logs: <!-- link to your CI logs or semantic-release logs -->
|
13
.github/ISSUE_TEMPLATE/Custom.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/Custom.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: New plugin suggestion
|
||||||
|
about: Integrate with a new platform, etc
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## New plugin motivation
|
||||||
|
|
||||||
|
<!-- Describe the reasons to create a new plugin and why it's not covered by the existing ones. -->
|
||||||
|
|
||||||
|
## Third-party documentation
|
||||||
|
|
||||||
|
<!-- Provide explanation and documentation links for the platform to integrate with. -->
|
17
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
17
.github/ISSUE_TEMPLATE/Feature_request.md
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Wouldn’t it be nice if semantic-release could ...
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## New feature motivation
|
||||||
|
|
||||||
|
<!-- Describe the context, the use-case and the advantages of the feature request. -->
|
||||||
|
|
||||||
|
## New feature description
|
||||||
|
|
||||||
|
<!-- Describe the functional changes that would have to be made in semantic-release or its plugins. -->
|
||||||
|
|
||||||
|
## New feature implementation
|
||||||
|
|
||||||
|
<!-- Optionally describe the technical changes to be made in semantic-release or its plugins. -->
|
Loading…
x
Reference in New Issue
Block a user