1
- # About [ project ]
1
+ # Project name
2
2
3
- > Describe your project's features, functionality and target audience
3
+ <!-- Describe your project's features, functionality and target audience -->
4
4
5
5
## Installation
6
6
7
- > Provide detailed step-by-step installation instructions
7
+ <!-- Provide detailed step-by-step installation instructions -->
8
8
9
9
## Documentation
10
10
11
- > Developer-oriented documentation can be published on GitHub, but all product
12
- documentation must be published on <https://docs.oracle.com> .
11
+ <!-- Developer-oriented documentation can be published on GitHub, but all product
12
+ documentation must be published on <https://docs.oracle.com>. -->
13
13
14
14
## Examples
15
15
16
- > Describe any included examples or provide a link to a demo/tutorial
16
+ <!-- Describe any included examples or provide a link to a demo/tutorial -->
17
17
18
18
## Help
19
19
20
- > Inform users on where to get help or how to receive official support from Oracle
21
- (if applicable).
20
+ <!-- Inform users on where to get help or how to receive official support from Oracle
21
+ (if applicable). -->
22
22
23
23
## Contributing
24
24
25
- > If your project has specific contribution requirements, update the
26
- ` CONTRIBUTING.md ` file to ensure those requirements are clearly explained.
25
+ <!-- If your project has specific contribution requirements, update the
26
+ CONTRIBUTING.md file to ensure those requirements are clearly explained. -->
27
27
28
28
This project welcomes contributions from the community. Before submitting a pull
29
29
request, please [ review our contribution guide] ( ./CONTRIBUTING.md ) .
@@ -35,12 +35,14 @@ vulnerability disclosure process.
35
35
36
36
## License
37
37
38
- > The correct copyright notice format for both documentation and software
39
- is ` Copyright (c) [year,] year Oracle and/or its affiliates. `
40
- You must include the year the content was first released (on any platform) and
41
- the most recent year in which it was revised.
38
+ <!-- The correct copyright notice format for both documentation and software
39
+ is " Copyright (c) [year,] year Oracle and/or its affiliates."
40
+ You must include the year the content was first released (on any platform) and
41
+ the most recent year in which it was revised. -->
42
42
43
43
Copyright (c) 2021 Oracle and/or its affiliates.
44
44
45
+ <!-- Replace this statement if your project is not licensed under the UPL -->
46
+
45
47
Released under the Universal Permissive License v1.0 as shown at
46
48
< https://oss.oracle.com/licenses/upl/ > .
0 commit comments