Skip to content

Commit

Permalink
chore: update dociumantations and code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokuqui committed Feb 19, 2024
1 parent 948cb53 commit b7ba3bc
Show file tree
Hide file tree
Showing 7 changed files with 296 additions and 297 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
name: Bug report
about: Create a report to help us improve
title: ""
labels: bug
assignees: ""
---

**Describe the bug**

<!-- A clear and concise description of what the bug is. -->

**To Reproduce**

<!-- Steps to reproduce the behavior: -->
<!-- If you are running into trouble with a particular command please -->
<!-- run that command with the "-vv" flag for easier debugging -->

**Expected behavior**

<!-- A clear and concise description of what you expected to happen. -->

**Screenshots**

<!-- If applicable, add screenshots to help explain your problem. -->

**Environment information:**

<!-- Please run `npx auto info` and put the results in the section below -->

```txt
```

**Additional context**

<!-- Add any other context about the problem here. -->
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Feature request
about: Suggest an idea for this project
title: ""
labels: enhancement
assignees: ""
---

**Is your feature request related to a problem? Please describe.**

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

**Describe the solution you'd like**

<!-- A clear and concise description of what you want to happen. -->

**Describe alternatives you've considered**

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

**Additional context**

<!-- Add any other context or screenshots about the feature request here. -->
17 changes: 17 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# What Changed

## Why

Todo:

- [ ] Add tests
- [ ] Add docs

## Change Type

Indicate the type of change your pull request is:

- [ ] `documentation`
- [ ] `patch`
- [ ] `minor`
- [ ] `major`
16 changes: 0 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,3 @@ jobs:

- name: Run unit tests
run: npm run test-coverage

# release:
# runs-on: ubuntu-latest
# needs:
# - lint
# - test
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-node@v4
# with:
# node-version: '20.11.1'
# - name: Run Semantic-Release
# run: npx semantic-release --debug
# env:
# GITHUB_TOKEN: ${{ secrets.PERSO_GITHUB }}
# NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
Loading

0 comments on commit b7ba3bc

Please sign in to comment.