Skip to content

Commit

Permalink
Updates to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachfop committed Nov 14, 2022
1 parent 8435278 commit 61dca71
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ When contributing to this project, you must agree that you have authored the con

### **What do I need to know to help?**

If you are looking to help to with a code contribution, our project uses Go Lang. If you don't feel ready to make a code contribution yet, no problem! You can also check out the documentation issues https://github.com/score-dev/demo-repository.
If you are looking to help to with a code contribution, our project uses Go Lang. If you don't feel ready to make a code contribution yet, no problem! You can also check out the documentation issues https://github.com/score-spec/score-helm/issues.

If you are interested in making a code contribution and would like to learn more about the technologies that we use, check out the list below.

Expand Down Expand Up @@ -64,7 +64,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform

- Make sure that you are using the latest version.
- Determine if your bug is really a bug and not an error on your side for example using incompatible environment components/versions (Make sure that you have read the [documentation](https://github.com/score-dev/docs). If you are looking for support.
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/score-dev/demo-repositoryissues?q=label%3Abug).
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug.
- Also make sure to search the internet (including Stack Overflow) to see if users outside the GitHub community have discussed the issue.
- Collect information about the bug:
- Stack trace (Traceback).
Expand All @@ -79,4 +79,4 @@ Our [Code of Conduct](CODE_OF_CONDUCT.md) means that you are responsible for tre

## Community Guidelines

This project follows the [CNCF Community Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md).
For information on our community guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The Score specification file resolves configuration inconsistencies between envi

## ![Contributing](docs/images/contributing.svg) Contributing

- Write a [blog](score.dev/blog).
- Write a [blog](https://score.dev/blog).
- Provide feedback on our [road map and releases board](https://github.com/orgs/score-spec/projects).
- Contribute.

Expand Down
7 changes: 7 additions & 0 deletions cli/cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package cmd

import (
Expand Down
7 changes: 7 additions & 0 deletions cli/cmd/run.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package cmd

import (
Expand Down
7 changes: 7 additions & 0 deletions cli/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package main

import (
Expand Down
7 changes: 7 additions & 0 deletions internal/helm/convert.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package helm

import (
Expand Down
7 changes: 7 additions & 0 deletions internal/helm/convert_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package helm

import (
Expand Down
7 changes: 7 additions & 0 deletions internal/helm/write.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package helm

import (
Expand Down
7 changes: 7 additions & 0 deletions internal/helm/write_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package helm

import (
Expand Down
7 changes: 7 additions & 0 deletions internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Apache Score
Copyright 2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
*/
package version

var (
Expand Down

0 comments on commit 61dca71

Please sign in to comment.