When you follow the steps, you'd see there are man...
# contributing
s
When you follow the steps, you'd see there are many things where you can contribute, docs, frontend, backend, create an issue, and pick it up if you're interested in solving it. Since we are seeing many developers interested in contributing, and soon we'll start triaging them. For now, pick anything you like, and ask questions in the channel someone from SigNoz community will be happy to help you!
m
can i contribute also either backend or docs?
s
sure\
m
Where should i start from?
s
Head to our repo and checkout any open issue which interests you, you can maybe explore good-first-issue
m
Thank you sir
s
@Shivanshu Raj Shrivastava Which go compiler version to use to build query service?
i tried go1.22 and build failes go build -o build/query-service main.go  ✔️ # github.com/mattn/go-sqlite3 sqlite3-binding.c: In function ‘sqlite3SelectNew’: sqlite3-binding.c12804910: warning: function may return address of local variable [-Wreturn-local-addr] 128049 | return pNew; | ^~~~ sqlite3-binding.c12800910: note: declared here 128009 | Select standin; | ^~~~~~~
ok seems it is 1.21.3
I am able to setup the query-service locally. Had to struggle a bit but now up and running
s
Nice!