mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5875] Fix missing example in CONTRIBUTING.md for setting up the local environment #2311
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2311
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Samwelitatilo on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5875
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
Description
The CONTRIBUTING.md file describes how new contributors should set up their environment, but
it currently lacks a simple example of how to install dependencies and start the development
server locally.
Expected Behavior
The CONTRIBUTING.md file should include a fully working example, such as:
bash
git clone https://github.com/YOUR-USERNAME/hoppscotch.git
cd hoppscotch
npm install
npm run dev
Deployment Type
Hoppscotch Cloud
Version
No response
@codealisha99 commented on GitHub (Feb 14, 2026):
Hi! I’d like to work on this issue.
I can add a clear working setup example in CONTRIBUTING.md for new contributors.
Please let me know if there are any specific guidelines I should follow.
@Jayakrishna2809 commented on GitHub (Feb 17, 2026):
Hi 👋
I’m participating in FOSS Hack 2026 and would like to work on this issue.
Could you please assign it to me?
Thanks!
@Abhijitam01 commented on GitHub (Feb 24, 2026):
@liyasthomas did the pull request solve the issue or I can work on this ?