mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 21:42:29 +00:00
[BUG]: No contributing guidelines in the repository #61
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 @kudoabhijeet on GitHub (Sep 27, 2020).
Description
CONTRIBUTIONS.MD redirects to a not found page.
Expected Behavior
Should redirect to a markdown file. CONTRIBUTIONS.MD
Actual Behavior
CONTRIBUTIONS.MD not exists, redirects to 404 not found.
Possible Fix
Adding/creating a CONTRIBUTIONS.MD file.
Steps to Reproduce
Context
Can't access contributing guidelines to contribute to the project.
@Panquesito7 commented on GitHub (Sep 27, 2020):
There is no
CONTRIBUTING.mdin this repository.I think we shall look into adding it in the repository.
@kvedala what's your opinion about this? 🙂
@ghost commented on GitHub (Sep 30, 2020):
Suggestion for README
Issuing separate PRs for different types of commits might help, as there may be some changes that some like but not others.