├── .github └── ISSUE_TEMPLATE │ ├── mentor-available.yml │ ├── project-opportunity.yml │ ├── speaker-available.yml │ └── volunteer-available.yml ├── mentors.md ├── projects.md ├── readme.md ├── speakers.md └── volunteers.md /.github/ISSUE_TEMPLATE/mentor-available.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/.github/ISSUE_TEMPLATE/mentor-available.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/project-opportunity.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/.github/ISSUE_TEMPLATE/project-opportunity.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/speaker-available.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/.github/ISSUE_TEMPLATE/speaker-available.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/volunteer-available.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/.github/ISSUE_TEMPLATE/volunteer-available.yml -------------------------------------------------------------------------------- /mentors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/mentors.md -------------------------------------------------------------------------------- /projects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/projects.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/readme.md -------------------------------------------------------------------------------- /speakers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/speakers.md -------------------------------------------------------------------------------- /volunteers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/haskellfoundation/volunteering/HEAD/volunteers.md --------------------------------------------------------------------------------