├── README.md └── .github └── ISSUE_TEMPLATE └── new-advocate-project-template.md /README.md: -------------------------------------------------------------------------------- 1 | # qiskit-advocate-projects 2 | 3 | **NOTE: This repo has been archived. The project has been evolved into Qiskit Advocate Mentorship Program (QAMP). See [QAMP Spring 21](https://github.com/qiskit-advocate/qamp-spring-21) for example.** 4 | 5 | A repository of projects that Qiskit Advocates are actively working on 6 | 7 | ## I have an idea I want to work on 8 | Open an issue using the [`new advocate project template`](https://github.com/qiskit-community/qiskit-advocate-projects/issues/new?assignees=&labels=help+wanted&template=new-advocate-project-template.md&title=Project+name) template. 9 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/new-advocate-project-template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: New advocate project template 3 | about: Have an idea for advocates to work on? 4 | title: Project name 5 | labels: '' 6 | assignees: '' 7 | 8 | --- 9 | 10 | # Abstract 11 | 12 | 13 | # Description 14 | 15 | 16 | # Members 17 | 18 | - @githubhandle 19 | - @githubhandle - Slack: `@slackhandle` email: `example@example.com` 20 | - Qiskit mentor: @githubhandle 21 | 22 | # Deliverable 23 | 24 | 25 | # GitHub repo 26 | 27 | --------------------------------------------------------------------------------