Question 062
### Which of these can make a repository more discoverable? (Choose three.)
> https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository
- [x] A well-crafted collection of markdown documents like `README.md`, `CONTRIBUTING.md` and others.
- [x] Giving the repository a descriptive name
- [x] Setting up topics for the repository
- [ ] Defining proper CI/CD pipelines
- [ ] Covering the repository software with tests
- [ ] Using a wide range of GitHub Apps and GitHub Actions