├── .github ├── ISSUE_TEMPLATE │ └── config.yml └── workflows │ └── notify-gh-discussions-to-slack.yaml ├── CODE_OF_CONDUCT.md └── README.md /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meilisearch/product/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/workflows/notify-gh-discussions-to-slack.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meilisearch/product/HEAD/.github/workflows/notify-gh-discussions-to-slack.yaml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meilisearch/product/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meilisearch/product/HEAD/README.md --------------------------------------------------------------------------------