You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to manually create a README.md file after submitting a solution to LeetCode. This process is time-consuming as I need to copy the problem statement description, runtime, and memory usage, and then format it properly in the README.md file. Additionally, I would like more control over the commit messages.
Describe the solution you'd like
I would like the LeetHub extension to automatically create a README.md file in the repository for each submission. The README.md file should include:
The problem statement description copied directly from LeetCode.
The runtime and memory usage of the submitted solution.
An option to customize the commit message or change the default commit message.
Describe alternatives you've considered
I've considered manually copying and pasting the problem description and performance metrics into the README.md file for each submission, but this is not efficient and can lead to inconsistencies.
Additional context
This feature would streamline the process of documenting LeetCode submissions, ensuring that each solution is accompanied by a detailed problem statement and performance metrics. This will also make it easier to track and review past submissions directly from the GitHub repository. Below are some example screenshots of the current manual process and how the automated process could look.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to manually create a README.md file after submitting a solution to LeetCode. This process is time-consuming as I need to copy the problem statement description, runtime, and memory usage, and then format it properly in the README.md file. Additionally, I would like more control over the commit messages.
Describe the solution you'd like
I would like the LeetHub extension to automatically create a README.md file in the repository for each submission. The README.md file should include:
The problem statement description copied directly from LeetCode.
The runtime and memory usage of the submitted solution.
An option to customize the commit message or change the default commit message.
Describe alternatives you've considered
I've considered manually copying and pasting the problem description and performance metrics into the README.md file for each submission, but this is not efficient and can lead to inconsistencies.
Additional context
This feature would streamline the process of documenting LeetCode submissions, ensuring that each solution is accompanied by a detailed problem statement and performance metrics. This will also make it easier to track and review past submissions directly from the GitHub repository. Below are some example screenshots of the current manual process and how the automated process could look.
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: