This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from reactioncommerce/feat-kieckhafer-addSemant…
…icRelease feat: create this plugin (and add semantic-release to CI)
- Loading branch information
Showing
15 changed files
with
2,231 additions
and
879 deletions.
There are no files selected for viewing
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
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,3 @@ | ||
module.exports = { | ||
extends: "./node_modules/@reactioncommerce/api-utils/lib/configs/eslintrc.cjs" | ||
}; |
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,41 @@ | ||
--- | ||
name: Bug Report | ||
about: Something not up to standard? Let us know! | ||
labels: 'bug, needs triage' | ||
--- | ||
|
||
<!-- | ||
Issue tracker is **ONLY** used for reporting bugs. NO NEW FEATURE REQUESTS ACCEPTED. For new features, add an issue in our [Request Feature Request](https://github.com/reactioncommerce/reaction-feature-requests) repository. | ||
Are you looking for help with getting started on Reaction? Please visit our [Reaction documentation](https://docs.reactioncommerce.com/reaction-docs/trunk/getting-started-developing-with-reaction). | ||
Prerequisites | ||
* [ ] Are you running the latest version? | ||
* [ ] Are you able to consistently reproduce the issue? | ||
* [ ] Did you search the issue queue for existing issue? [Search issues](https://github.com/reactioncommerce/reaction/issues) | ||
--> | ||
|
||
## Issue Description | ||
<!-- | ||
Providing a clear description of the issue will enable a developer to quickly reproduce and understand the issue. Please provide a detailed description including images, animation and/or videos. For client issues, include browser console errors, for server issues please add terminal output and stack traces. | ||
--> | ||
|
||
## Steps to Reproduce | ||
<!-- | ||
Please provide starting context, i.e. logged in as a user, configure a particular payment method. | ||
--> | ||
1. | ||
2. | ||
3. | ||
|
||
## Possible Solution | ||
<!-- | ||
Not obligatory, but suggest a fix/reason for the bug | ||
--> | ||
|
||
|
||
### Versions | ||
<!-- | ||
(run `npm run version --silent` from your reaction directory) | ||
--> |
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,5 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Gitter chat | ||
url: https://gitter.im/reactioncommerce/reaction | ||
about: Please ask and answer questions 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,13 @@ | ||
--- | ||
name: Core Work | ||
about: Reaction team development work ticket tracker | ||
labels: 'core work' | ||
--- | ||
|
||
<!-- | ||
Core work template is only for tracking work for the internal development cycles of the Reaction team. If you want to report a bug please use the bug report template. | ||
Are you looking for help with getting started on Reaction? Please visit our [Reaction documentation](https://docs.reactioncommerce.com/reaction-docs/trunk/getting-started-developing-with-reaction). | ||
--> | ||
|
||
|
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,14 @@ | ||
--- | ||
name: ❓ Questions/Help | ||
about: If you have questions, please check our gitter chat | ||
labels: 'questions' | ||
--- | ||
|
||
## ❓ Questions and Help | ||
|
||
### Please note that this issue tracker is not a help form and this issue will be closed. | ||
|
||
Please contact us instead. We are active in gitter and twitter: | ||
|
||
- [Gitter](https://gitter.im/reactioncommerce/reaction) | ||
- [Twitter](https://twitter.com/getreaction) |
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,26 @@ | ||
Resolves #issueNumber | ||
Impact: **breaking|critical|major|minor** | ||
Type: **feature|bugfix|performance|test|style|refactor|docs|chore** | ||
|
||
## Issue | ||
Description of the issue this PR is solving, why it's happening, and how to reproduce it. This may differ from the original ticket as you now have more information at your disposal. | ||
|
||
## Solution | ||
Summarize your solution to the problem. Please include short descriptions of any solutions you tested before arriving at your final solution. This will help reviewers know why you decided to solve this problem in this particular way and will speed up the review process. | ||
|
||
If you're solving a UIX related issue, please attach screen-caps or gifs showing how your solution differs from the issue. | ||
|
||
## Breaking changes | ||
If you have a breaking changes, list them here, otherwise list none. | ||
|
||
Examples of breaking changes include changing file names, moving files, deleting files, renaming functions or exports, or changes to code which might cause previous versions of Reaction or third-party code not to work as expected. | ||
|
||
Note any work that you did to mitigate the effect of any breaking changes such as creating migrations, deprecation warnings, etc. | ||
|
||
|
||
## Testing | ||
1. List the steps needed for testing your change in this section. | ||
2. Assume that testers already know how to start the app, and do the basic setup tasks. | ||
3. Be detailed enough that someone can work through it without being too granular | ||
|
||
More detail for what each of these sections should include are available in our [Contributing Docs](https://docs.reactioncommerce.com/reaction-docs/trunk/contributing-to-reaction) |
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 |
---|---|---|
@@ -1,28 +1 @@ | ||
/** | ||
* Babel is used only for running Jest tests in this project. | ||
* If Jest adds support for ESM and import.meta, then Babel | ||
* may become unnecessary. | ||
*/ | ||
|
||
module.exports = function (api) { // eslint-disable-line no-undef | ||
api.cache(false); | ||
|
||
return { | ||
presets: [ | ||
[ | ||
"@babel/preset-env", | ||
{ | ||
targets: { | ||
node: "12" | ||
} | ||
} | ||
] | ||
], | ||
plugins: [ | ||
"babel-plugin-transform-import-meta", | ||
"module:@reactioncommerce/babel-remove-es-create-require", | ||
"rewire-exports", | ||
"transform-es2015-modules-commonjs" | ||
] | ||
}; | ||
}; | ||
module.exports = require("@reactioncommerce/api-utils/lib/configs/babel.config.cjs"); |
Oops, something went wrong.