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. 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. 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