Update CONTRIBUTING.md
This commit is contained in:
parent
1d21e5bf4d
commit
cbcc1cf9d9
|
@ -25,16 +25,16 @@ Contributor certificates do not expire and are available to all people who open
|
|||
For example:
|
||||
|
||||
1. You could add a new Sandboxie Plus translation for the language of your country, see also [Localization notes and tips](https://github.com/sandboxie-plus/Sandboxie/discussions/1123#discussioncomment-1203489).
|
||||
2. You could help to keep updated our [Sandboxie-docs repository](https://github.com/sandboxie-plus/sandboxie-docs) by providing a number of meaningful changes. More volunteers are needed to keep it constantly updated with the new introduced settings mentioned in the [CHANGELOG.md](https://github.com/sandboxie-plus/Sandboxie/blob/master/CHANGELOG.md) file.
|
||||
2. You could help to keep updated our [Sandboxie-docs repository](https://github.com/sandboxie-plus/sandboxie-docs) by providing a number of meaningful changes. More volunteers are needed to keep it constantly updated with the new introduced settings mentioned in the [CHANGELOG.md](./CHANGELOG.md) file.
|
||||
3. You could provide new code changes that fix a specific Sandboxie functionality or introducing a new one.
|
||||
4. You could offer your availability to become a [collaborator](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository#collaborator-access-for-a-repository-owned-by-a-personal-account) in the [Sandboxie-docs](https://github.com/sandboxie-plus/sandboxie-docs) / [Sandboxie](https://github.com/sandboxie-plus/Sandboxie) repositories (after proving your continued support with open issues and/or sufficient skills to manage pull requests).
|
||||
|
||||
If you are a new contributor or collaborator, please get in touch by [email](https://xanasoft.com/contact/).
|
||||
If you are willing to become a new contributor or collaborator, please get in touch by [email](https://xanasoft.com/contact/) for further details.
|
||||
|
||||
## How to help with Sandboxie issues?
|
||||
|
||||
We encourage the developers and community to conduct research, report issues, and suggest improvements on this code base.
|
||||
However, please do not report security vulnerabilities in public GitHub comments. This repository has a [SECURITY.md](https://github.com/sandboxie-plus/Sandboxie/blob/master/SECURITY.md) file with instructions on responsibly reporting security vulnerabilities.
|
||||
However, please do not report security vulnerabilities in public GitHub comments. This repository has a [SECURITY.md](./SECURITY.md) file with instructions on responsibly reporting security vulnerabilities.
|
||||
|
||||
You may also want to follow the following topics:
|
||||
|
||||
|
@ -42,8 +42,10 @@ You may also want to follow the following topics:
|
|||
- [The use of the Sandboxie Trace log features](https://github.com/sandboxie-plus/Sandboxie/issues/1208#issuecomment-1200170825)
|
||||
- [The use of Procmon traces to track file and registry access](https://github.com/sandboxie-plus/Sandboxie/issues/1679#issuecomment-1065760921)
|
||||
- [Reporting issues to third-party vendors in case of evident conflicts](https://github.com/sandboxie-plus/Sandboxie/issues/2025#issuecomment-1200110235)
|
||||
- Check out the issues under the [Documentation](https://github.com/sandboxie-plus/Sandboxie/issues?q=label%3Adocumentation) label (even the closed ones)
|
||||
- Check out the discussions under the [Documentation and notes](https://github.com/sandboxie-plus/Sandboxie/discussions/categories/documentation-and-notes) category
|
||||
- Check out the notes in the [README.md](https://github.com/sandboxie-plus/Sandboxie#readme) file
|
||||
- Check out the new introduced features in the [CHANGELOG.md](https://github.com/sandboxie-plus/Sandboxie/blob/master/CHANGELOG.md) file <br> (a good way to highlight them is a simple search of the `=` sign in your browser)
|
||||
- Check out whether the problem has already been reported in the [old Sandboxie forum](https://www.ecosia.org/search?method=index&q=site%3Ahttps%3A%2F%2Fsandboxie-website-archive.github.io%2Fwww.sandboxie.com%2Fold-forums%2F) or in the [Issues](https://github.com/sandboxie-plus/Sandboxie/issues) section
|
||||
- Check out the new introduced features in the [CHANGELOG.md](./CHANGELOG.md) file <br> (a good way to highlight them is a simple search of the `=` sign in your browser)
|
||||
- Check out whether the problem has already been reported:
|
||||
<br> - in the [Issues](https://github.com/sandboxie-plus/Sandboxie/issues) section of this repository (including the [labels](https://github.com/sandboxie-plus/Sandboxie/labels))
|
||||
<br> - in the [Discussions](https://github.com/sandboxie-plus/Sandboxie/discussions) section of this repository
|
||||
<br> - in the [Issues](https://github.com/sandboxie-plus/sandboxie-docs/issues) section of the Sandboxie-docs repository
|
||||
<br> - in the [cached copy](https://www.ecosia.org/search?method=index&q=site%3Ahttps%3A%2F%2Fsandboxie-website-archive.github.io%2Fwww.sandboxie.com%2Fold-forums%2F) of the old Sandboxie forum
|
||||
<br> - in the other [support channels](https://github.com/sandboxie-plus/Sandboxie/discussions/1768)
|
||||
|
|
Loading…
Reference in New Issue