From 31b7ecbccf52caa02c9208be2b23949a07a117ee Mon Sep 17 00:00:00 2001 From: Ben Goebel Date: Fri, 19 Jan 2024 14:46:08 -0700 Subject: [PATCH] contrib list --- CONTRIBUTING.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a67cca7..d354376 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,21 +24,13 @@ Your branch must be prefixed in the following issue map (`type`, `title:`, `bran - `Bug report` -> `bug:` -> `bug/{issue #}-{issue name}` - `Codebase improvement` -> `dev:` -> `dev/{issue #}-{issue name}` -#### Bug Reports -Please try to create bug reports that are: - -- _Reproducible._ Include steps to reproduce the problem. -- _Specific._ Include as much detail as possible: which version, what environment, etc. -- _Unique._ Do not duplicate existing opened issues. -- _Scoped to a Single Bug._ One bug per report. - ### Submit PR Ensure your code is well formatted, well tested and well documented. A core contributor will review your work. Address changes, ensure ci passes, and voilĂ  you're a blobstream-sn contributor. -## Resources +### Additional Resources Here are some resources to help you get started: @@ -50,8 +42,6 @@ Here are some resources to help you get started: - [Blockstream-sn TG](https://t.me/+N7UqCg2hxA4wNTZh) - [Syncing a Fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork) -***ping the [TG](https://t.me/+N7UqCg2hxA4wNTZh) for questions*** - ## Thank you for your contribution!