├── .github ├── ISSUE_TEMPLATE │ └── zama-bounty-program--proposition.md └── workflows │ ├── auto_reply.yml │ └── linkchecker.yml ├── .linkspector.yml ├── README.md └── Terms_and_Conditions ├── terms_and_conditions_for_companies.md └── terms_and_conditions_for_individuals.md /.github/ISSUE_TEMPLATE/zama-bounty-program--proposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/.github/ISSUE_TEMPLATE/zama-bounty-program--proposition.md -------------------------------------------------------------------------------- /.github/workflows/auto_reply.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/.github/workflows/auto_reply.yml -------------------------------------------------------------------------------- /.github/workflows/linkchecker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/.github/workflows/linkchecker.yml -------------------------------------------------------------------------------- /.linkspector.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/.linkspector.yml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/README.md -------------------------------------------------------------------------------- /Terms_and_Conditions/terms_and_conditions_for_companies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/Terms_and_Conditions/terms_and_conditions_for_companies.md -------------------------------------------------------------------------------- /Terms_and_Conditions/terms_and_conditions_for_individuals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zama-ai/bounty-program/HEAD/Terms_and_Conditions/terms_and_conditions_for_individuals.md --------------------------------------------------------------------------------