Skip to content

Commit

Permalink
Merge pull request #1 from KasarLabs/feat/refacto
Browse files Browse the repository at this point in the history
Feat/refacto
  • Loading branch information
antiyro authored Mar 4, 2024
2 parents 82bad26 + 97627b1 commit 9374962
Show file tree
Hide file tree
Showing 78 changed files with 316 additions and 309,465 deletions.
8 changes: 0 additions & 8 deletions .codecov.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Madara docker ignore file
# Deoxys docker ignore file
.devcontainer
.github
.vscode
Expand Down
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Madara editor configuration
# Deoxys editor configuration

root = true

Expand Down
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Madara envrc
# Deoxys envrc

# If lorri exists, better try it first.
if has lorri; then
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/01_BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: Bug Report
about: Create a report to help Madara to improve
about: Create a report to help Deoxys to improve
title: "bug: "
labels: "bug"
assignees: ""
---

# Bug Report

**Madara version:**
**Deoxys version:**

<!-- Please specify commit or tag version. -->

Expand Down
15 changes: 5 additions & 10 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
- name: "breaking-change"
color: ee0701
description:
"A change that changes the API or breaks backward compatibility for users."
description: "A change that changes the API or breaks backward compatibility for users."
- name: "bugfix"
color: ee0701
description:
Expand All @@ -21,8 +20,7 @@
syntax or methods, but not introducing new features."
- name: "performance"
color: 1d76db
description:
"Improving performance of the project, not introducing new features."
description: "Improving performance of the project, not introducing new features."
- name: "new-feature"
color: 0e8a16
description: "New features or options."
Expand Down Expand Up @@ -54,17 +52,14 @@
description: "Missing information."
- name: "invalid"
color: fef2c0
description:
"This is off-topic, spam, or otherwise doesn't apply to this project."
description: "This is off-topic, spam, or otherwise doesn't apply to this project."

- name: "beginner-friendly"
color: 0e8a16
description:
"Good first issue for people wanting to contribute to this project."
description: "Good first issue for people wanting to contribute to this project."
- name: "help-wanted"
color: 0e8a16
description:
"We need some extra helping hands or expertise in order to resolve this!"
description: "We need some extra helping hands or expertise in order to resolve this!"

- name: "priority-critical"
color: ee0701
Expand Down
115 changes: 0 additions & 115 deletions .github/workflows/binaries-build.yml

This file was deleted.

34 changes: 0 additions & 34 deletions .github/workflows/configs-verifier.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/workflows/cron-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
name: Stale issues
uses: ./.github/workflows/stale-issues.yml

lock_closed:
name: Lock closed issues/PRs
uses: ./.github/workflows/lock-closed.yml

security_audit:
name: Security audit
uses: ./.github/workflows/security-audit.yml
12 changes: 0 additions & 12 deletions .github/workflows/cron-weekly.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/da-tests.yml

This file was deleted.

Loading

0 comments on commit 9374962

Please sign in to comment.