Add specific and correct url for My Leetcode Solutions links from github
Open
@jugshaurya is already working on this.
Since Jul 7, 2022.
documentation
enhancement
good first issue
help wanted
- Dominant language
- JavaScript
- Stars
- 6
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
- solved leetcode questions are automatically pushed to https://github.com/jugshaurya/leetcode_solutions, links are added here as of now, but I want to add specific links to questions.
Example
change this
| ✅ | [Add two numbers](https://leetcode.com/problems/add-two-numbers/)| [My Solution](https://github.com/jugshaurya/leetcode_solutions) |
to this
| ✅ | [Add two numbers](https://leetcode.com/problems/add-two-numbers/)| [My Solution](https://github.com/jugshaurya/leetcode_solutions/blob/main/2-add-two-numbers/2-add-two-numbers.cpp) |
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.