What are some scenarios that can automatically subscribe you to conversations on GitHub? (Each answer presents a complete solution. Choose three.)
Correct Answer: C,D,E
On GitHub, certain actions automatically subscribe you to conversations so that you receive notifications about further activity in that thread. * Opening a Pull Request or Issue: * Option Cis correct because when you open a pull request or issue, you are automatically subscribed to the conversation and will receive notifications for any updates. * Commenting on a Thread: * Option Dis correct because commenting on an issue or pull request automatically subscribes you to that thread, ensuring you are notified of further comments or changes. * Being Assigned to an Issue or Pull Request: * Option Eis correct because when you are assigned to an issue or pull request, you are automatically subscribed to notifications related to it. * Incorrect Options: * Option Ais incorrect because pushing a commit to the default branch does not automatically subscribe you to conversations. * Option Bis incorrect because being added as a repo admin does not automatically subscribe you to specific conversations unless you engage with them. References: * GitHub Docs: Subscribing to Notifications
Question 27
Which of the following is a key characteristic of GitHub Projects?
Correct Answer: C
GitHub Projects is a flexible and powerful tool for project management that allows users to manage their work with ease. One of the key characteristics of GitHub Projects is theability to create and customize multiple views. This feature enables teams to tailor the project management experience to their specific workflow needs, offering various ways to visualize tasks, issues, and work items. * Custom Views: You can set up different views like Kanban boards, tables, or timelines, and apply filters to show only what is relevant for a particular aspect of the project. This customization allows teams to organize their work in a way that best suits their processes, making it a highly adaptable project management tool. * Other options, such as visualizing commit history (which would fall under the 'Insights' feature), importing Gantt charts (which GitHub Projects does not natively support), or enforcing required fields (which might relate to form-based tools but not to GitHub Projects specifically), do not align with the * key characteristics of GitHub Projects.