Skip to content

Commit a2b9a40

Browse files
authored
Merge pull request #204 from operator-framework/add_footers_to_readme
README: add footers
2 parents 51b0c04 + 4d2dd63 commit a2b9a40

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,24 @@ To learn more about the operator-sdk, see the [user guide][guide].
7575

7676
To explore any operator samples built using the operator-sdk, see the [operator-sdk-samples][samples].
7777

78+
## Contributing
79+
80+
See [CONTRIBUTING][contrib] for details on submitting patches and the contribution workflow.
81+
82+
## Reporting bugs
83+
84+
See [reporting bugs][bug_guide] for details about reporting any issues.
85+
86+
## License
87+
88+
Operator SDK is under Apache 2.0 license. See the [LICENSE][license_file] file for details.
89+
7890
[operator_link]: https://coreos.com/operators/
7991
[design_docs]: ./doc/design
8092
[guide]: ./doc/user-guide.md
8193
[samples]: https://github.com/operator-framework/operator-sdk-samples
8294
[of-home]: https://github.com/operator-framework
8395
[of-blog]: https://coreos.com/blog/introducing-operator-framework
96+
[contrib]: ./CONTRIBUTING.MD
97+
[bug_guide]:./doc/dev/reporting_bugs.md
98+
[license_file]:./LICENSE

0 commit comments

Comments
 (0)