Commit Graph

22 Commits

Author SHA1 Message Date
Alexander Bezobchuk 7d42f62f90
Merge PR #4902: Changelog Flow Updates 2019-08-13 16:00:28 -04:00
Alexander Bezobchuk 43478167c6
Merge PR #4745: Update contributing doc 2019-07-19 16:24:39 +02:00
Marko 7bc705af85 ADR section to Contribution (#4703)
- Added a ADR section to the Contributing.md
- This will streamline and create a central palce for discussions
- Currently conversations are fragmented across platfroms and different forum posts,
  the aim here is to move it all to one place and create a document to be used as
  reference in the future for why SDK went in this direction.
2019-07-18 15:17:40 +01:00
frog power 4000 9c4b170038
Merge PR #4258: Contributing doc update
* R4R Contributing doc update

* Update CONTRIBUTING.md

Co-Authored-By: rigelrozanski <rigel.rozanski@gmail.com>
2019-05-06 15:32:19 -04:00
Alexander Bezobchuk b922d3c58b
Merge PR #4270: Update Point Release Procedure section 2019-05-04 10:42:59 -04:00
Alexander Bezobchuk f4a96fd6b6
Merge PR #4248: Update contribution doc 2019-05-01 13:09:00 -04:00
mircea-c 36dcd7b7ad Merge PR #4205: Mircea/update contributing md
* Update `CONTRIBUTING.md` branching strategy and release process

* Delete PRIORITIES.md

* Delete RELEASE_PROCESS.md

* Remove RELEASE_TEST_SCRIPT.md

* Update CONTRIBUTING.md

Co-Authored-By: mircea-c <mircea@tendermint.com>
2019-04-26 21:57:03 -04:00
Frank Yang 356e819f43 Fix typos and out-of-date info in CONTRIBUTING.md (#4132) 2019-04-16 15:27:45 +01:00
Alessio Treglia cdf2b7a7c5
gometalinter -> golangci-lint migration (#3933)
{,scripts/}Makefile:
- Remove gometalinter, install golangci-lint.
- Remove distinction between tools and devtools.
  Just tools is enough.
- test_lint -> lint
  Migrating away from underscore separated names.
- Remove unnecessary targets.
- Drop tendermint/lint. Incompatbile with golangci-lint
  and no longer necessary anyway.
- Fix misleading message in go-mod-cache.
- New ci-target to avoid download tools twice.
- Run tests with -mod=readonly.

Port tools/gometalinter.json to .golangci.yml
Update CircleCI config accordingly.

Closes: #3896
2019-03-19 17:52:43 +01:00
Alessio Treglia 6ce4d5efd1
replace dep with go mod (#3907)
Replace sha1sum with jack's gosum and get rid of
vendor-deps.
Also don't compute hash on vendor/ contents.
Instead hash go.sum.

Disable unconvert lint check. It does not
work very well with go mod.

Remove update_vendor_deps once and for all.

Upgrade to go 1.12

Closes: #3919 #3630
2019-03-18 13:45:25 +01:00
Jack Zampolin 0043912548 Merge PR #3338: Remove unused code and examples 2019-01-24 11:18:45 +01:00
Jack Zampolin 0453992ddb
Update contributing.md with new merge policy (#2789)
* Update contribuiting.md with new merge policy
2018-11-14 13:12:03 -08:00
Christopher Goes addd93b3e5 Add info on what PRs should be targeted where 2018-08-23 15:30:29 +02:00
Christopher Goes 97ae9632ba Move to CONTRIBUTING.md 2018-08-22 16:10:57 +02:00
Rigel d7231af9a6
update bullets 2018-07-23 13:52:03 -04:00
rigelrozanski a18bfff92f ... 2018-07-23 13:43:11 -04:00
rigelrozanski 99cf34a02a beefed up the contributing guide/PR-template 2018-07-23 13:33:47 -04:00
Dev Ojha 6cfef64382 Merge PR #1732: tools: add make {get, update, check}_dev_tools
This is so that validators can have a more minimal install, but we
can still install linters for developers. (And any other future dev
tools)
2018-07-18 10:20:24 +02:00
ValarDragon 2b72e3377a Clarify when to use table driven tests 2018-07-16 17:24:07 -07:00
ValarDragon 1edfb89423 contribution guide: Add guidelines for testing
Indicates to use require's and asserts, and to use table driven
tests, with error messages as described in #1664.

Closes #1664
2018-07-16 12:30:54 -07:00
Rigel 91dd972bbc Merge PR #1667: Update CONTRIBUTING.md 2018-07-13 19:35:29 +02:00
Rigel 2f508f5b28 Merge PR #1422: Add Contributing Guidelines
* Merge pull request #1422: Add Contributing Guidelines
* cwgoes comments
2018-06-30 04:04:29 +02:00