├── .github └── FUNDING.yml ├── .gitignore ├── README.md └── images ├── burndown.jpg ├── discord.png ├── ebook.jpg └── promotional.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # macOS 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/README.md -------------------------------------------------------------------------------- /images/burndown.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/images/burndown.jpg -------------------------------------------------------------------------------- /images/discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/images/discord.png -------------------------------------------------------------------------------- /images/ebook.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/images/ebook.jpg -------------------------------------------------------------------------------- /images/promotional.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ditectrev/Scrum-Developer-I-PSD-I-Practice-Tests-Exams-Questions-Answers/HEAD/images/promotional.png --------------------------------------------------------------------------------