# Contributing

## How to contribute to Misconfig Mapper Docs

Misconfig Mapper is open-source and made for the community! We encourage you to contribute to the project!

This guideline contains information to help you contribute to Misconfig Mapper Documentation! Thank you for helping out! We appreciate all contributions made to this project!

### Submitting a coverage for a new misconfiguration

To document each misconfiguration properly, you will have to make sure the following **6 sections** are present in your new submitted service.

#### Title

Make sure to provide a descriptive title to help describe the misconfiguration.

#### Description

A description contains a small overview about what the service and misconfiguration is

#### Testing

The testing section should provide clear to follow steps on how to test for the documented misconfiguration. This may include proof of concepts, images, and other supporting references to help users identify the presence of the security misconfiguration.

#### Remediation

The remediation section should provide simple steps on how to remediate and prevent the security misconfiguration. This may include links to official third-party service documentation and images supporting the reproduction steps.

#### Potential Impact

This section should mention the potential impact of the security misconfiguration.

#### References

If applicable, you may link articles or other supporting references to help users with further testing or remediation for example.

### Suggesting an improvement

Please consider [opening a new pull request or issue](https://github.com/intigriti/misconfig-mapper) for submitting an improvement.

### Submitting a new template

To help contribute to the scanner, view the guidelines [here](https://github.com/intigriti/misconfig-mapper/blob/main/CONTRIBUTING.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bugology.intigriti.io/misconfig-mapper-docs/readme/contributing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
