mirror of https://github.com/MISP/misp-book
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
|
# Developer FAQ
|
||
|
|
||
|
## Main Developer Resources
|
||
|
|
||
|
The main developer resources can be found on GitHub in the [MISP Wiki](https://github.com/MISP/MISP/wiki).
|
||
|
|
||
|
The following pages are worth inspecting closer in case you want to actively develop for MISP:
|
||
|
|
||
|
- [The real FAQ](https://github.com/MISP/MISP/wiki/Frequently-Asked-Questions)
|
||
|
- [Contributor Overview](https://github.com/MISP/MISP/wiki/Contributing-to-MISP-Project)
|
||
|
- [Some objectives of MISP](https://github.com/MISP/MISP/wiki/Critical-aspects-or-features)
|
||
|
- [Various deployment tools](https://github.com/MISP/MISP/wiki/DeploymentTools)
|
||
|
- [MISP Code of Conduct](https://github.com/MISP/MISP/blob/2.4/code_of_conduct.md)
|
||
|
- [UI coloring scheme](https://github.com/MISP/MISP/wiki/UserInterface)
|
||
|
- [Notes on MISP and STIX 2](https://github.com/MISP/MISP/wiki/Notes:-MISP-STIX2)
|
||
|
- [Commit Messages Best Practices](https://github.com/MISP/MISP/wiki/CommitMessageBestPractices)
|
||
|
- [Internationalization (i18n)](https://www.circl.lu/doc/misp/translation/)
|
||
|
|
||
|
Our [gitter channel](https://gitter.im/MISP/MISP) is a welcome place to ask other community developers in case you are stuck.
|
||
|
|