Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GA requests references 1.6.0 #258

Merged
merged 2 commits into from
Sep 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/ISSUE_TEMPLATE/ga_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ assignees: ''

Name and link to repository

### Does the repository follow the latest tagged minor release in [GDI specification](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md)?
### Does the repository follow the latest tagged minor release in [GDI specification](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md)?

- [ ] Has an appropriate [maintainers team](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#teams).
- [ ] [Permissions](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#permissions)
- [ ] Has an appropriate [maintainers team](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#teams).
- [ ] [Permissions](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#permissions)
set correctly.
- [ ] [Branch protection](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#branch-protection)
- [ ] [Branch protection](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#branch-protection)
in place.
- [ ] [Dependencies](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#dependencies)
- [ ] [Dependencies](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#dependencies)
appropriately locked down.
- [ ] [GitHub Applications](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#github-applications)
- [ ] [GitHub Applications](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#github-applications)
set up per spec.
- [ ] Follows the [configuration requirements](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/configuration.md),
- [ ] Follows the [configuration requirements](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/configuration.md),
if appropriate.
- [ ] Follows the [semantic convention requirements](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/semantic_conventions.md),
- [ ] Follows the [semantic convention requirements](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/semantic_conventions.md),
if appropriate.
- [ ] [Required Files](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#required-files)
- [ ] [Required Files](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#required-files)
in place.
- [ ] CHANGELOG.md
- [ ] CODE_OF_CONDUCT.md
Expand All @@ -40,18 +40,18 @@ Name and link to repository
- [ ] Link to official Splunk docs
- [ ] License information
- [ ] SECURITY.md
- [ ] [Releases](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#github-releases)
- [ ] [Releases](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#github-releases)
done to spec.
- [ ] Type specific requirements (remove what doesn't apply)
- [ ] [Data Collector](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#data-collector)
- [ ] [Data Collector](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#data-collector)
- [ ] Documents all supported configuration parameters.
- [ ] Documents sizing guidelines
- [ ] [Instrumentation Library](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#instrumentation-libraries)
- [ ] [Instrumentation Library](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#instrumentation-libraries)
- [ ] Documents all supported configuration parameters.
- [ ] Documents how to configure manual instrumentation.
- [ ] Documents how to configure log correlation.
- [ ] Documents minimum supported version of each auto-instrumentation framework.
- [ ] [Real User Monitoring Library](https://github.com/signalfx/gdi-specification/blob/v1.5.0/specification/repository.md#real-user-monitoring-libraries)
- [ ] [Real User Monitoring Library](https://github.com/signalfx/gdi-specification/blob/v1.6.0/specification/repository.md#real-user-monitoring-libraries)
- [ ] Documents all supported configuration parameters.
- [ ] Documents how to configure manual instrumentation.
- [ ] Documents supported instrumentation.
Expand Down