diff --git a/blog/2024-10-07-user-survey-2024/index.mdx b/blog/2024-10-07-user-survey-2024/index.mdx new file mode 100644 index 00000000..fa388919 --- /dev/null +++ b/blog/2024-10-07-user-survey-2024/index.mdx @@ -0,0 +1,24 @@ +--- + authors: [tdyas] + tags: [announcement] + # The release happened on this date, despite what the file name implies (which is when this post was authored) + date: 2024-10-09 +--- + +import Link from "@docusaurus/Link"; + +# 2024 Pantsbuild User Survey + +No (software) project survives without listening to its community of users. And the Pants project is no different. What does this mean? It is time for the 2024 Pantsbuild User Survey! + +We want to hear from our community about how well (or not so well) the project is going and how it can be improved. + +[This Google Form contains the survey.](https://forms.gle/eo7Y4DuxurjaMSZn6) + +It is anonymous, but you may optionally provide us your email in case you are amenable to a potential follow-up to your feedback. + +The survey will remain open during October. We plan to summarize the results before the end of the year. The results will be used to assist the Pants maintainers and contributors to better understand areas where Pants may need work. + + + Take the survey now! + diff --git a/blog/authors.yml b/blog/authors.yml index a8237076..48dd43c6 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -73,6 +73,10 @@ stu: title: Pants Maintainer url: https://github.com/stuhood image_url: https://github.com/stuhood.png +tdyas: + name: Tom Dyas + title: Pants Maintainer + url: https://github.com/tdyas tomsolberg: name: Tom Solberg title: Pants Maintainer (and plugin developer)