Rough guidelines:
- Please ensure that the build passes.
- Packages in other languages are welcome.
The banknames.json
file is committed to the repo
and is used to maintain a list of human-readable
bank names in India. If you are touching that
file, here are a few guidelines:
- Do not include
ltd
,Ltd
at the end. - Ensure that the case is consistent with the official name.
- Do not prefix the bank name with "The".
- The canonical way to spell Coop is
Co-operative
. - Do not include a city name in the bank name, unless it is part of the IFSC code.
- Include the city name in brackets at the end if it is necessary for disambiguation.
- Try not to leave any unexpanded abbreviations in the name
- Also ensure that the 4 character code is committed to
Bank.php
- No period after
Co-operative
We use prettier
for the javascript and rubocop
for the Ruby code for style fixes
Releases are partially automated. To draft a new release, follow these steps:
- Create a new release/{version} branch
- Copy the artifacts from the build pipeline and commit it (
IFSC.json
andsublet.json
) - Make sure that the tests are passing
- Download the
release.md
file from the release pipeline - Bump the versions in the following places:
package.json
,ifsc.gemspec
and commit it - Merge the PR
- Tag the merge commit (don't use a prefix, just
X.Y.Z
) - Push the tag to GitHub.
- Create a release on GitHub for the tag. Use
release.md
from Step 4 as the template. ReplaceTODO
as applicable for the release.