Skip to content

Commit

Permalink
Add github templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JongBeom Lee committed Jan 10, 2024
1 parent 04a0ca5 commit 335fbfd
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Bug Report
about: Report a bug encountered while using CodePair
labels: bug 🐞

---

<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
-->


**What happened**:

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:

**Anything else we need to know?**:

**Environment**:
- Operating system:
- Browser and version:
- CodePair version:
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/common-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
name: Common Issue
about: A common issue with the CodePair project
labels:

---
<!-- Please only use this template for submitting common issues -->

**Description**:

**Why**:
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Enhancement Request
about: Suggest an enhancement to the CodePair project
labels: enhancement 🌟

---
<!-- Please only use this template for submitting enhancement requests -->

**What would you like to be added**:

**Why is this needed**:

**Additional Information**:
39 changes: 39 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<!-- Thanks for sending a pull request! -->

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
<!--
*Automatically closes linked issue when PR is merged.
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
Fixes #

**Special notes for your reviewer**:

**Does this PR introduce a user-facing change?**:
<!--
If no, just write "NONE" in the release-note block below.
If yes, a release note is required:
Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
-->
```release-note
```

**Additional documentation**:

<!--
This section can be blank if this pull request does not require a release note.
Please use the following format for linking documentation:
- [Usage]: <link>
- [Other doc]: <link>
-->
```docs
```

**Checklist**:
- [ ] Added relevant tests or not required
- [ ] Didn't break anything
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
labels:
- "dependencies"

0 comments on commit 335fbfd

Please sign in to comment.