Skip to content

Commit cfb4d61

Browse files
Update blog/2024-11-11-package.md
Co-authored-by: Edward A. Lee <[email protected]>
1 parent 715a3fd commit cfb4d61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

blog/2024-11-11-package.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ When creating a new package, ensure that you follow these guidelines:
8181

8282
- **README.md**: Include a `README.md` file in the root directory. This should provide an overview of the package, its purpose, a description of the LF files in the `lib/` folder, and relevant user information. The `README.md` is essential for publishing your package to the community repository and must be kept up to date.
8383

84+
- **LICENSE**: A text file giving the license terms for the package.
8485
- **File Naming**: Use descriptive names for files in the `lib/` directory that reflect their purpose. For example, name a file containing a reactor for different sensors as `Sensor.lf`.
8586

8687
- **Example LF Files**: Include example LF files in the `src/` directory to demonstrate how to use the reactors in the `lib/` directory. These examples should be well-documented with comments explaining the purpose and usage of each reactor.

0 commit comments

Comments
 (0)