Refactor contributor model #30
Reference in New Issue
Block a user
Delete Branch "refactor/models"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
the contributor will not be visible in the list (as any balance will be 0).
What other feedback can we give the user to indicate that the contributor was added?
Just a
window.alert()would do for starters.Done.
@skddc can you delete the branch? It says it is locked: https://github.com/67P/kredits-web/branches
Sorry, that's from preventing force-pushes. Please just don't force-push in the future, when it's a branch of an open pull request, and it is not an emergency change. You, or the person merging, can squash or rebase the history before it lands in
master. It's easy to just close a PR and ref it from a new one, with the changed history. Thanks.