From ab450675f9648ecf0ae65a1b45356ae94c5ef5d5 Mon Sep 17 00:00:00 2001 From: Vincenzo Alesksey Brocato Date: Wed, 4 Sep 2024 22:43:04 +0200 Subject: [PATCH 1/5] Delete CNAME --- docs/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index 79e3785..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -xanvicos.developer.li \ No newline at end of file From 9a939f1d0e5549416c7c880ecb513a15aa0bc9db Mon Sep 17 00:00:00 2001 From: Vincenzo Alesksey Brocato Date: Wed, 4 Sep 2024 22:43:23 +0200 Subject: [PATCH 2/5] Create CNAME --- docs/CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..e6b335e --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +vinceale7082.is-a.dev \ No newline at end of file From 3c9e15589a6ac8f85152954bf0c9031c27ec7a63 Mon Sep 17 00:00:00 2001 From: Vincenzo Alesksey Brocato Date: Wed, 4 Sep 2024 22:43:43 +0200 Subject: [PATCH 3/5] Delete CNAME --- docs/CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 docs/CNAME diff --git a/docs/CNAME b/docs/CNAME deleted file mode 100644 index e6b335e..0000000 --- a/docs/CNAME +++ /dev/null @@ -1 +0,0 @@ -vinceale7082.is-a.dev \ No newline at end of file From b8990cd7f7c89141145f950bf91abb143292adbb Mon Sep 17 00:00:00 2001 From: Vincenzo Alesksey Brocato Date: Wed, 4 Sep 2024 23:21:30 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f64cda..13412ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

This is the main branch, the code in this branch is full of bugs and errors or simply doesn't compile, please use the main branch!

+

This is the main branch, the code in this branch is full of bugs and errors or simply doesn't compile, please use the Stable branch!


Hey all, Vincenzo Aleskey Brocato (VinceAle7082) here!
@@ -25,9 +25,9 @@ You can fix issues, help me find a better name, add features to the kernel and o
The Stable branch is the branch where I push the "mega commits" with working code, adding features to XanvicOS (or how do you want to call it).
-I don't like writing code for hours, days and then push the commit and write a lot, so I chose to use the main branch as the Coding branch, where I commit more actively, but the code is unfinished, so it may contain a lot of bugs and errors, or simply doesn't compile.
+I don't like writing code for hours, days and then push the commit, so I chose to use the main branch as the Coding branch, where I commit more actively, but the code is unfinished, so it may contain a lot of bugs and errors, or simply doesn't compile.
If you want to try XanvicOS, use the Stable branch.
-If you wanna help to write code, use the main branch
+If you wanna help to write code, contribute to the main branch


PS:if I wrote something wrong, sorry, English isn't my first language. From 10a05589ff8044b3ebae707f4896cfec3d396f9a Mon Sep 17 00:00:00 2001 From: Vincenzo Alesksey Brocato Date: Thu, 5 Sep 2024 00:24:33 +0200 Subject: [PATCH 5/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..44bd9cf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,30 @@ +--- +name: Bug report +about: Create a report to help us improve +title: 'Bug :' +labels: bug +assignees: VinceAle7082 + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - XanvicOS version: [e.g. 0.1-pr1] + +**Additional context** +Add any other context about the problem here.