database of foods and their fodmap
first clone the basket
git clone https://github.com/fodmap-diet/basket.git
basket provide an interactive cli tool to add an item
python3 tools/add-item.py
we highly encourage pull requests, each pull request will eventually help someone to decide their menu
items must be added using above method (Adding item) provided tools ensure the sanitization of input data
pull request must be in the below format
// state items
Add/Modify item(s):
1. <item>
2. <item>
...
// list each items as:
<item>:
if changed:
state the different between previous and new version
if new item:
state what is added
source:
state the sources of the informations
create an issue at (basket issues)
Describe the details as
// Issue details
// Current behaviour
// Expected behaviour
raise a pull request with the issue-no at (basket PRs)