-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI button clarification #5993
Comments
Yes, that shortcut is for making PRs from a user's fork. From what I can tell, the button works the same whether clicked on the upstream repo or the forked repo. This PR should at least partially fix the issue. |
GitHub had at some point in time a very similar green button, but they have since renamed it to "New Pull Request" and removed the green coloring. I think we should follow suit. |
That is part of the planned list of UI updates in my PR #5980 |
IMHO, that button should be made inactive if does not meet those conditions (no fork, no upstream repo). This will make it better from UX perspective. |
GitHub's default action is to open a blank PR page, for reference. |
Yes, this is exactly what majority of users would expect. |
Resolves go-gitea#5782 Resolves go-gitea#5861 Addresses original question in go-gitea#5993
* Remove all CommitStatus when a repo is deleted Signed-off-by: jolheiser <john.olheiser@gmail.com> * Minor UI tweaks (#5782) Added 'No License' option Added link and octicon change for external issue trackers Reset password now notifies right away if the code is invalid Signed-off-by: jolheiser <john.olheiser@gmail.com> * More UI tweaks More info in PR * Generate stylesheet for arc-green * Make gofmt work * Change PR integration since the button is changed * Rebase * Generate stylesheet * UI updates Made the PR button a "basic" button Vertically centered the issue checkboxes Labels will update only once after modal is closed * Commit to reference related issues Resolves #5782 Resolves #5861 Addresses original question in #5993 * Change the comment wording since PR button is no longer little and green. * Revert changes that made Windows work * Regenerate stylesheet * Regenerate stylesheets * make generate-stylesheets * Update integration again, changed button style Signed-off-by: jolheiser <john.olheiser@gmail.com> * Added ID to PR button Changed integration to use the ID to avoid breaking in the future * Added missing semi-colons * Added back distinction between issue actions and filters (overlooked it before) Moved action button over next to other action dropdowns * Remove extra tab formatting in list.tmpl * Remove more formatting from GoLand * Replace hardcoded "No License" with i18n license helper.
Closed per linked PR. |
[x]
):Description
Can you please clarify what is this PR shortcut button for? Users complain that they get 404 when trying to create PR using this button. From the code, it looks like this button is only designed for PR from user's forked repository, but I could not find any description for this in the documentation.
Screenshots
The text was updated successfully, but these errors were encountered: