1= Contributing
2
3⭐️⭐️⭐️⭐️⭐️ First off thanks for taking the time to contribute ⭐️⭐️⭐️⭐️⭐️
4
5This project is extremely simple and gives a generic way to get a version out of
6your `goreleaser` and `cobra` projects. All the code is contained in a single
7package `version.go`.
8
9== Roadmap
10
11If you are interested in contributing to this project here are a couple things
12that I would like to add.
13
141. **Issue: link:https://github.com/christopherhein/go-version/issues/1[#1]**
15   Support for custom attributes `-X main.foobar=<blah>` and updating
16   `goVersion.New()` to take a splat or map of addition params.
172. **Issue: https://github.com/christopherhein/go-version/issues/2[#2]**
18   Ability to Output to `yaml`
193. **Issue: https://github.com/christopherhein/go-version/issues/3[#3]**
20   Func for taking in a type string and outputting the right response
21+
22**Example:**
23+
24[source,go]
25----
26info := goVersion.New(...)
27info.Output('json')
28----
294. **Issue: https://github.com/christopherhein/go-version/issues/4[#4]**
30   Tests ��
31
32