mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 21:36:45 +00:00
[FEATURE] Create a PR when building the LeetCode directory #147
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 11, 2023).
Originally assigned to: @Panquesito7 on GitHub.
Detailed description
When creating the
leetcode/DIRECTORY.mdfile, it creates a commit on the current branch.However, I think it should do the following:
main.Context
This would make it better for users who are making LeetCode contributions to prevent fixing the conflicts with the
leetcode/DIRECTORY.mdfile as well as updating the file easily with a PR, if any changes are found, of course.Possible implementation
No response
Additional information
I'll work on this soon.