jquery / jquery/node-amd-builder
Handle semver existing tags
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 8
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
semver tags are handled by post_receive, extend that support to existing tags so that if a query comes in for an existing semver tag but the repo is not checked out it should just work.
Contributor guide
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.
Research direction
Start at the post_receive handling mentioned in the issue and trace how queries for existing tags are handled when the repository is not checked out. The work is done when an existing semver tag can be queried successfully without checking out the repository.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100