Skip to content

Commit 052e604

Browse files
committed
[x/blog] content: add pkgsite article
Change-Id: I7d95fda486b82f8cc695cd6f5dda586edb206c7a Reviewed-on: https://go-review.googlesource.com/c/blog/+/237937 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Andrew Bonventre <[email protected]> X-Blog-Commit: b41a62f02a6b08127031eb532972c9245af5d68d
1 parent 6b7f449 commit 052e604

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

blog/content/pkgsite.article

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# Pkg.go.dev is open source!
2+
15 Jun 2020
3+
4+
Julie Qiu
5+
6+
7+
##
8+
9+
We’re excited to announce that the codebase for
10+
[pkg.go.dev](https://pkg.go.dev) is now open source.
11+
12+
The repository lives at
13+
[go.googlesource.com/pkgsite](https://go.googlesource.com/pkgsite)
14+
and is mirrored to
15+
[github.com/golang/pkgsite](https://github.com/golang/pkgsite).
16+
We will continue using the Go issue tracker to track
17+
[feedback](https://github.com/golang/go/labels/go.dev)
18+
related to pkg.go.dev.
19+
20+
## Contributing
21+
22+
If you are interested in contributing to any
23+
[issues related to pkg.go.dev](https://github.com/golang/go/labels/go.dev),
24+
check out our
25+
[contribution guidelines](https://go.googlesource.com/pkgsite/+/refs/heads/master/CONTRIBUTING.md).
26+
We also encourage you to continue
27+
[filing issues](https://golang.org/s/discovery-feedback)
28+
if you run into problems or have feedback.
29+
30+
## What’s Next
31+
32+
We really appreciate all the feedback we’ve received so far. It has been a big
33+
help in shaping our
34+
[roadmap](https://go.googlesource.com/pkgsite#roadmap) for the coming year.
35+
Now that pkg.go.dev is open source, here’s what we’ll be working on next:
36+
37+
- We have some design changes planned for pkg.go.dev,
38+
to address
39+
[UX feedback](https://github.com/golang/go/issues?q=is%3Aissue+is%3Aopen+label%3Ago.dev+label%3AUX)
40+
that we have received. You can expect a more cohesive search and navigation
41+
experience. We plan to share these designs for feedback once they are ready.
42+
43+
- We know that there are features available on godoc.org that users
44+
want to see on pkg.go.dev. We’ve been keeping track of them on
45+
[Go issue #39144](https://golang.org/issue/39144),
46+
and will prioritize adding them in the next few months. We also plan to
47+
continue improving our license detection algorithm based on feedback.
48+
49+
- We’ll be improving our search experience based on feedback in
50+
[Go issue #37810](https://golang.org/issue/37810),
51+
to make it easier for users to find the dependencies they are looking for and
52+
make better decisions around which ones to import.
53+
54+
Thanks for being patient with us in the process of open sourcing pkg.go.dev.
55+
We’re looking forward to receiving your contributions and working with you on
56+
the future of the project.

0 commit comments

Comments
 (0)