aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-06 06:11:39 +0930
committerGitHub <[email protected]>2024-05-06 06:11:39 +0930
commitd21ff74c5f830a275d291a00043b2526a1bf9e62 (patch)
tree17b1f1003a76d2db0e26a6113a9c631dd3549bdd /README.md
parent609ece431cf7ee5fd6ba6acc32c4ff6ffce30f52 (diff)
parent7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (diff)
Merge pull request #44 from drowe67/dr-datac14
datac14 - FreeDATA Feature Request 002 for a < 1s, 5 byte signalling mode
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7af0864..a41b034 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ If you have a Feature Request, please answer the questions in the [Feature Reque
Before writing any code or submitting a PR - **please discuss** the PR with developers by raising a GitHub Issue. We have many years of experience and a carefully considered plan for Codec 2 development, and can guide you on work that will most benefit this project.
Some key guidelines about the code in the `codec2` repo:
-1. Code that is required to build libcodec2, or to test libcodec2 goes in codec2.
+1. Only code that is required to build, test, or document libcodec2 goes in codec2.
2. Experimental work, code used for algorithm development, should probably go into some other repo.
3. Only widely used “production” code goes in codec2. If it has an user base of < 2 (e.g. personal projects, early R&D) - it should probably be application code or a fork.