-
Notifications
You must be signed in to change notification settings - Fork 2
Update contributing and contacts sections in README #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -148,17 +148,11 @@ Agent memory systems serve different purposes. Below is a feature-level comparis | |
|
|
||
| --- | ||
|
|
||
| ## Contributing | ||
|
|
||
| Contributions are welcome. Please read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request. | ||
|
|
||
| --- | ||
|
|
||
| ## License | ||
|
|
||
| MIT — see the [LICENSE](LICENSE) file for details. | ||
|
|
||
| --- | ||
|
|
||
| ## Contacts | ||
| We are very pleased to answer any questions about BCG: [lijiaqi@bigai.ai](mailto:lijiaqi@bigai.ai), [zlzheng@bigai.ai](mailto:zlzheng@bigai.ai) | ||
| ## Corresponding and Contributing | ||
| We are very pleased to answer any questions about BCG: [lijiaqi@bigai.ai](mailto:lijiaqi@bigai.ai), [zlzheng@bigai.ai](mailto:zlzheng@bigai.ai) We appreciate your interest in contributing to our open-source initiative. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Visitors reaching the new contributing section are only thanked for their interest and are no longer directed to Useful? React with 👍 / 👎. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The README navigation still links Contributing to
#contributing, but this renamed heading generates the anchor#corresponding-and-contributing. Clicking the navigation entry therefore no longer reaches the section; update the navigation link or preserve an explicitcontributinganchor.Useful? React with 👍 / 👎.