docs: add CONTRIBUTING.md with contributor guidelines - #117
Merged
Conversation
Add comprehensive contributor guide covering: - Development setup - Project structure overview - Code style guidelines - How to add new tools - How to add new skills - Pull request process - Commit message conventions - Security considerations
Contributor
|
Merging but going to clean up after |
angelburgosrosado
pushed a commit
to angelburgosrosado/hermes-agent
that referenced
this pull request
Apr 27, 2026
…g-guide docs: add CONTRIBUTING.md with contributor guidelines
waefrebeorn
pushed a commit
to waefrebeorn/slermes
that referenced
this pull request
Jul 2, 2026
…g-guide docs: add CONTRIBUTING.md with contributor guidelines
abhibansal-sg
referenced
this pull request
in abhibansal-sg/hermes-agent-fork
Jul 5, 2026
…re contract (STR-67) The /relay/test-push endpoint was made transport-aware in d6fd7f5 (#117) but its dedicated test file wasn't updated, leaving 2 stale assertions expecting the old relay-only 400/"Test push delivered" shape instead of the current {ok, transport, detail} contract. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Meraniya
pushed a commit
to Meraniya/hermes-agent
that referenced
this pull request
Aug 6, 2026
mansonyu2000
pushed a commit
to mansonyu2000/hermes-agent
that referenced
this pull request
Aug 10, 2026
… Sprint NousResearch#30 evidence: none verified: - zentao story list --product=11 → 4 stories (NousResearch#117-120) - zentao task list --execution=30 → 13 tasks (NousResearch#45-57) - http://pm.test.com/zentao/story-browse-117.html Changed: - .zentao/mapping.json: winpeek#6 → peeka数字机器人NousResearch#11, SCRUM NousResearch#29, Sprint NousResearch#30 - tasks/mim-chat-v1-*: updated zentao IDs NousResearch#32-44 → NousResearch#45-57 - tasks/README.md + CLAUDE-module.md: zentao URLs/commands Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add comprehensive contributor guide to help new contributors get started.
Changes
CONTRIBUTING.mdfile covering:Why
The project was missing contributor documentation. This will help new contributors understand:
Checklist