# Contributing Guidelines

**ReplacementBot is an Open Source Project** :revolving\_hearts: That means you can work to improve it. We greatly appreciate any work contributed, no matter how small! Pull Requests and Issues or Feature Requests are welcome :heart:&#x20;

### Reporting Issues and Feature Requests

If you find any bug or want something to be added to ReplacementBot please create an [issue](https://github.com/ReplacementBot/ReplacementBot/issues). We are offering a couple of templates to choose from so read their descriptions to chose a good one :sunglasses:&#x20;

### Pull Request Process

If you want to make a codding contribution please make a pull request. If you don't know how to use Git and Github please reefer to [getting started guide](https://docs.github.com/en/github/getting-started-with-github). In ReplacementBot repository your pull request goes throught the following process:

1. Follow the [Setup Guide](https://app.gitbook.com/s/-MJDBYYJN-qiAa5encqM/contribute/%7B%7Bsite.baseurl%7D%7D/setup) to run your own fork and local instance of the bot.
2. Make the changes
3. Check if everything works correctly. After checking it manually please run automated tests `npm run test` and `npm run lint`
4. If you can, write tests for changes that you made to don't lower coverage. If you don't know how to write tests please use `test.todo('Add tests for something blah blah')`&#x20;
5. Create a Pull Request&#x20;
6. CI will automatically check your PR. It will run build, testing, and linting tests
7. Wait for a maintainer to review and merge your PR :tada:&#x20;


---

# 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://mrbartusek.gitbook.io/replacementbot/contribute/contributing-guidelines.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.
