You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Bug reports and pull requests are welcome on GitHub, CodeBerg, or <ahref="https://gitlab.com/galtzo-floss/month-serializer">GitLab</a>.<br>
63
+
This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to<br>
64
+
the <ahref="https://gitlab.com/galtzo-floss/month-serializer/-/blob/main/CODE_OF_CONDUCT.md">code of conduct</a>.</p>
65
+
66
+
<p>To submit a patch, please fork the project, create a patch with tests, and send a pull request.</p>
67
+
68
+
<p>Remember to <ahref="https://keepachangelog.com/en/1.0.0/"><imgsrc="https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat" alt="Keep A Changelog"></a>.</p>
69
+
70
+
<h2id="help-out">Help out!</h2>
71
+
72
+
<p>Take a look at the <code>reek</code> list which is the file called <code>REEK</code> and find something to improve.</p>
73
+
74
+
<p>Follow these instructions:</p>
75
+
76
+
<ol>
77
+
<li>Fork the repository</li>
78
+
<li>Create a feature branch (<code>git checkout -b my-new-feature</code>)</li>
79
+
<li>Make some fixes.</li>
80
+
<li>Commit changes (<code>git commit -am 'Added some feature'</code>)</li>
81
+
<li>Push to the branch (<code>git push origin my-new-feature</code>)</li>
82
+
<li>Make sure to add tests for it. This is important, so it doesn’t break in a future release.</li>
83
+
<li>Create new Pull Request.</li>
84
+
</ol>
85
+
86
+
<h2id="appraisals">Appraisals</h2>
87
+
88
+
<p>From time to time the Appraisal2 gemfiles in <code>gemfiles/</code> will need to be updated.<br>
89
+
They are created and updated with the commands:</p>
<p>When adding an appraisal to CI check the <ahref="https://github.com/ruby/ruby-builder/releases/tag/toolcache">runner tool cache</a> to see which runner to use.</p>
97
+
98
+
<h2id="the-reek-list">The Reek List</h2>
99
+
100
+
<p>Take a look at the <code>reek</code> list which is the file called <code>REEK</code> and find something to improve.</p>
<p>Made with <ahref="https://contrib.rocks">contributors-img</a>.</p>
133
+
134
+
<p>Also see GitLab Contributors: <ahref="https://gitlab.com/galtzo-floss/month-serializer/-/graphs/main">https://gitlab.com/galtzo-floss/month-serializer/-/graphs/main</a></p>
<li>If the echo above has no output, then it didn’t work.</li>
171
+
<li>Note: <code>zsh/datetime</code> module is needed, if running <code>zsh</code>.</li>
172
+
<li>In older versions of <code>bash</code> you can use <code>date +%s</code> instead, i.e. <code>export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH</code>
0 commit comments