mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Question: What's guideline to be project contributor #87
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @evanlwj on GitHub (Apr 4, 2018).
Originally assigned to: @StefH on GitHub.
Hello project owner
I'm using WireMock in unit test within my internal project, and want to contribute to get it improved, change is ready in my local branch, tried to push the branch but failed with following error
fatal: could not read Username for 'https://github.com': terminal prompts disabled
Pushing to https://github.com/WireMock-Net/WireMock.Net.git
What's guideline for contributing?
Thanks
Evan
@evanlwj commented on GitHub (Apr 5, 2018):
I have figured out the contributor workflow at here https://github.com/CoolProp/CoolProp/wiki/Contributing:-git-development-workflow.
The error is resolved by using GitHub desktop client rather than Visual Studio 2017 with GitHub extension installed
@StefH commented on GitHub (Apr 5, 2018):
Normally I use GitKraken.
BTW that's a nice workflow page, maybe I'll copy this also to my wiki.
@evanlwj commented on GitHub (Apr 5, 2018):
Thanks recommendation of GitKraken, I just installed and it looked good
@StefH commented on GitHub (Feb 12, 2020):
closing...