mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-07-24 15:29:49 +00:00
docs: Update multiple documents (#16)
This commit is contained in:
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
32
.github/ISSUE_TEMPLATE/bug.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
name: Bug
|
||||
description: Use this template if you have found a bug in the SDK
|
||||
title: "bug: "
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this Form!
|
||||
- type: textarea
|
||||
id: happening
|
||||
attributes:
|
||||
label: What is Hapening
|
||||
placeholder: "Ex: When using this function the SDK crash..."
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: happen
|
||||
attributes:
|
||||
label: Please explain what should happen
|
||||
description: If you selected Other or new Data Type please put it as the first line
|
||||
placeholder: "Ex: The SDK should not crash"
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproducre
|
||||
attributes:
|
||||
label: Please give us a way to reproduce
|
||||
description: You can list a way or give us access to a minimal Github repo to reproduce it
|
||||
placeholder: "Ex: https://github.com/tcgdex/javascript-sdk-error-idk"
|
||||
validations:
|
||||
required: true
|
16
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/enhancement.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Enhancement
|
||||
description: Use this template if you have an Idea that will enhance the SDK
|
||||
title: "enhancement: "
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this Form!
|
||||
- type: textarea
|
||||
id: explain
|
||||
attributes:
|
||||
label: Please explain in more details what idea you have
|
||||
placeholder: "Ex: I would love to see this or this..."
|
||||
validations:
|
||||
required: true
|
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
5
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
<!--
|
||||
Thanks for your Pull Request, Please provide the related Issue using "Fix #0" or describe the change(s) you made.
|
||||
The issue title must follow Conventional Commit (verified by Github Actions) conventionalcommits.org.
|
||||
More informations at https://github.com/tcgdex/cards-database/blob/master/CONTRIBUTING.md
|
||||
-->
|
22
.github/dependabot.yml
vendored
Normal file
22
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
# To get started with Dependabot version updates, you'll need to specify which
|
||||
# package ecosystems to update and where the package manifests are located.
|
||||
# Please see the documentation for all configuration options:
|
||||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
versioning-strategy: lockfile-only
|
||||
commit-message:
|
||||
prefix: build
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
commit-message:
|
||||
prefix: build
|
Reference in New Issue
Block a user