├── .github ├── ISSUE TEMPLATE │ └── bug_template.md ├── PULL REQUEST TEMPLATE │ └── pull_request_template.md └── workflows │ ├── AUTO_MESSAGE_ON_ISSUE_OPEN.yml │ ├── AUTO_MESSAGE_ON_PR_OPEN.yml │ └── ISSUE_LABELER.yml ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── CONTRIBUTORS.md ├── LICENSE ├── README.md └── aviyel.svg /.github/ISSUE TEMPLATE/bug_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/.github/ISSUE TEMPLATE/bug_template.md -------------------------------------------------------------------------------- /.github/PULL REQUEST TEMPLATE/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/.github/PULL REQUEST TEMPLATE/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/AUTO_MESSAGE_ON_ISSUE_OPEN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/.github/workflows/AUTO_MESSAGE_ON_ISSUE_OPEN.yml -------------------------------------------------------------------------------- /.github/workflows/AUTO_MESSAGE_ON_PR_OPEN.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/.github/workflows/AUTO_MESSAGE_ON_PR_OPEN.yml -------------------------------------------------------------------------------- /.github/workflows/ISSUE_LABELER.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/.github/workflows/ISSUE_LABELER.yml -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CONTRIBUTORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/CONTRIBUTORS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/README.md -------------------------------------------------------------------------------- /aviyel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aviyelverse/aviyel-first-pr/HEAD/aviyel.svg --------------------------------------------------------------------------------