First of all, your contributions are always welcome!
This list aims to provide a concise list of noteworthy modern integration-related software and resources. This means that the suggested software is:
- widely recommended, regardless of personal opinion
- highly discussed in the community due to its innovative nature
- a niche product that fills a gap
Please ensure your pull request adheres to the following guidelines:
- Search previous suggestions before making a new one, as yours may be a duplicate.
- Suggested items should be actively maintained (should not be unmaintained, deprecated, has archived repo, or missing docs).
- Make an individual pull request for each suggestion.
- New categories or improvements to the existing categorization are welcome.
- It has documentation in the English language.
- Check your spelling and grammar.
- Make sure your text editor is set to remove trailing whitespace.
Just a gentle reminder: Try not to submit your own project. Instead, wait for someone finds it useful and submits it for you.
- Fork it!
- Create your branch:
git checkout -b my-new-branch
- Commit your changes:
git commit -am 'fix stuff'
- Push to the branch:
git push origin my-new-branch
- Submit a pull request