You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pull requests tab is full of users trying to get their solutions into the main branch here. They don't seem to get that there is already a model-answer branch and PRs here are to solve issues rather than merge their solution to the task.
I assume a lead maintainer could adjust the settings for this.
If running git remote -v did not give an upstream by default then users would push to their local repo without the "Compare and pull request" suggestion appearing and leading to all the unintentional PRs here.
You could also only allow PRs if there is an issue linked.
Or a template for PRs like:
## Important: Do Not Submit Task SolutionsIf you are trying to submit a solution to the task, **DO NOT OPEN A PULL REQUEST**. Instead, commit and push to your own fork.This repository does not accept pull requests for task solutions. PRs should only be opened to fix issues or improve the codebase.```
The text was updated successfully, but these errors were encountered:
The Pull requests tab is full of users trying to get their solutions into the main branch here. They don't seem to get that there is already a
model-answer
branch and PRs here are to solve issues rather than merge their solution to the task.I assume a lead maintainer could adjust the settings for this.
git remote -v
did not give an upstream by default then users would push to their local repo without the "Compare and pull request" suggestion appearing and leading to all the unintentional PRs here.The text was updated successfully, but these errors were encountered: