mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[FEATURE] Update LeetCode contributing guide #151
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 @Panquesito7 on GitHub (Feb 24, 2023).
Detailed description
The LeetCode contributing guide states to add your LeetCode problem to the
DIRECTORY.mdfile.However, this is no longer needed as it is done by a GitHub workflow.
Context
We should update the guide ASAP as it could confuse users and waste their time in that.
Possible implementation
No response
Additional information
No response
@github-actions[bot] commented on GitHub (Mar 27, 2023):
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@alexpantyukhin commented on GitHub (Mar 27, 2023):
I think it was fixed by this https://github.com/TheAlgorithms/C/pull/1225