├── .github ├── ISSUE_TEMPLATE │ ├── bug.yml │ ├── custom.md │ ├── feature.yml │ └── ideas.yml └── pull_request_template.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTION-GUIDELINES.md ├── Contributors.md ├── LICENSE ├── README.md └── _config.yml /.github/ISSUE_TEMPLATE/bug.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/.github/ISSUE_TEMPLATE/bug.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/.github/ISSUE_TEMPLATE/feature.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ideas.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/.github/ISSUE_TEMPLATE/ideas.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTION-GUIDELINES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/CONTRIBUTION-GUIDELINES.md -------------------------------------------------------------------------------- /Contributors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/Contributors.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CommunityPro/Practice-Contribution/HEAD/_config.yml --------------------------------------------------------------------------------