Skip to content

Commit

Permalink
CONTRIBUTING.md: Remove commit hashtag requirement (#4186)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Feb 5, 2024
1 parent 5afc51f commit 5b76150
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,41 +78,6 @@ rules to make the git history more readable and consistent:
* If a command is inlined, use backticks
* For extra details, add an empty line and use asterisk item list below
* Use present simple grammar tense (Add vs Added, Fix vs Fixed/Fixes)
* Add a double-hashtag if the change matters for the changelog (See below)

### Commit message hashtag list:

* ##analysis - analysis related
* ##asm - assembler
* ##bin - binary parsing
* ##build - build fixes/changes
* ##config - config variables changes/additions/renamings
* ##cons - console/terminal-related
* ##crypto - cryptography
* ##debug - debugger stuff
* ##diff - diffing code, strings, basic blocks, ...
* ##disasm - disassembler
* ##doc - documentation
* ##egg - the `rz_lang` compiler
* ##emu - emulation, including esil
* ##graph - basic block graph, callgraph, ...
* ##io - related to the `rz_io` library
* ##json - json fixes/changes
* ##lang - bindings
* ##meta - metadata handling other than printing
* ##optimization-space/time optimizations
* ##port - portability (new OS/architectures)
* ##print - printing data, structures, strings, tables, types ..
* ##projects - saving/loading state
* ##refactor - improve code quality
* ##remote - rizin over tcp, http, rap, serial .. including collaboration
* ##search - rz-find, / command, ..
* ##shell - commandline, rzshell, ..
* ##signatures-searching/generating them
* ##test - testing infrastructure fixes/changes
* ##tools - rz-run, rz-ax ... that don't fit in other categories
* ##util - core APIs
* ##visual - visual UI, including panels

# Additional resources

Expand Down

0 comments on commit 5b76150

Please sign in to comment.