Updating wiki dates, adding the bugs page
This commit is contained in:
6
wiki/other/bugs.json
Normal file
6
wiki/other/bugs.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "chat",
|
||||
"title": "Chat",
|
||||
"author": "ngn",
|
||||
"date": "22/02/24"
|
||||
}
|
26
wiki/other/bugs.md
Normal file
26
wiki/other/bugs.md
Normal file
@ -0,0 +1,26 @@
|
||||
As an user or a developer, reporting the bugs you find is really important
|
||||
for the project. On this page you will find information about how you can report
|
||||
bugs to the project.
|
||||
|
||||
## Package bugs/issues
|
||||
If you are having issues with a package/software, identify the repo contains the package.
|
||||
You can use the `mp-query` command for this.
|
||||
|
||||
After identifying the repo, visit the issue tracker for that specific repo:
|
||||
- [issue tracker for the `base` repo](https://git.matterlinux.xyz/Matter/base/issues)
|
||||
- [issue tracker for the `desktop` repo](https://git.matterlinux.xyz/Matter/desktop/issues)
|
||||
|
||||
Using the search feature of the issue tracker, make sure that the issue has not been already reported.
|
||||
There is no point at reporting the issue, if it has been already reported. Duplicate issues will be closed.
|
||||
|
||||
If the issue has not been already reported, follow the "Registering to Gitea" section of the [contributing page](/wiki/contribute)
|
||||
in order to create an account. Using this account you can create an issue, fill out all the required information,
|
||||
and patiently wait for a response. You should provide additional details about the bug/issue when requested.
|
||||
|
||||
## Tool bugs/issues
|
||||
You may have issues using MatterLinux tools such as the MatterLinux Package Manager (`mp`). This issues should be reported
|
||||
to the related issue tracker over on [Gitea](https://git.matterlinux.xyz/Matter).
|
||||
|
||||
## Translation mistakes, spelling mistakes etc.
|
||||
You do not need to create an issue for small issues such as little translation mistakes. Just contact maintainer/developers
|
||||
on [XMPP](/wiki/chat).
|
@ -2,5 +2,5 @@
|
||||
"id": "contribute",
|
||||
"title": "Contributing",
|
||||
"author": "ngn",
|
||||
"date": "12/01/24"
|
||||
"date": "22/02/24"
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ contribute, you should register an account first. To prevent mass account creati
|
||||
page of Gitea is disabled. So in order to register an account, send a email to the
|
||||
[maintainer](mailto:ngn@ngn.tf) with the subject `Gitea Account`. Specify **at least** two usernames
|
||||
for your account (second one will be used for registration if the first one is unavailable). Then
|
||||
wait for a reply containing further instructions.
|
||||
wait for a reply containing further instructions. You can also contact the maintainer over on [XMPP](/wiki/chat).
|
||||
|
||||
> **Important**
|
||||
>
|
||||
@ -21,6 +21,8 @@ To report a bug, to ask questions or to request a feature, first find the relate
|
||||
Then head over to the issue tab. Label your issue and explain it with a simple title. Write a
|
||||
detailed description for the issue. Finally create the issue and patiently wait for a response.
|
||||
|
||||
To get more information about reporting bugs, check out [this wiki page](/wiki/bugs).
|
||||
|
||||
## Pull Requests
|
||||
If you want to make changes and merge them to the project, first fork the related repository.
|
||||
Then clone the forked repository and make the changes you want.
|
||||
@ -75,7 +77,7 @@ syntax on
|
||||
|
||||
After making the changes, commit them using the following format:
|
||||
```
|
||||
<fix/feature>: <description>
|
||||
<fix/feature/new/remove/update>: <description>
|
||||
```
|
||||
Do not use long commit messages, instead add a description to your commit if needed. **Make sure the email you are
|
||||
using for signing the commit matches with your Gitea account email.**
|
||||
|
Reference in New Issue
Block a user