├── .github ├── logo.png ├── pull_request_template.md └── workflows │ └── create-issue-rss.yml ├── LICENSE ├── README.md ├── assets ├── README.md └── mari_jpeg.jpg ├── code_of_conduct.md └── codigo-de-conduta.md /.github/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/.github/logo.png -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/create-issue-rss.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/.github/workflows/create-issue-rss.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/README.md -------------------------------------------------------------------------------- /assets/README.md: -------------------------------------------------------------------------------- 1 | Agile Testers 2 | -------------------------------------------------------------------------------- /assets/mari_jpeg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/assets/mari_jpeg.jpg -------------------------------------------------------------------------------- /code_of_conduct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/code_of_conduct.md -------------------------------------------------------------------------------- /codigo-de-conduta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AgileTesters/forum/HEAD/codigo-de-conduta.md --------------------------------------------------------------------------------