@@ -32,12 +32,6 @@ Still aren't sure what you have to offer? Just :discussion-type:`ask us <questio
3232we'll help you make your first contribution.
3333
3434
35- .. note ::
36-
37- If you have any questions during set up or development post on our
38- :discussion-type: `discussion board <question> ` and we'll answer them.
39-
40-
4135Making a Pull Request
4236---------------------
4337
@@ -53,21 +47,25 @@ about how to get started. To make a change to IDOM you'll do the following:
5347 You use a ``git clone `` command to copy the code from GitHub to your computer.
5448
5549`Create a new branch <https://git-scm.com/book/en/v2/Git-Branching-Basic-Branching-and-Merging >`__:
56- You'll ``git checkout -b your-first-branch `` to create a new space to start your work
50+ You'll ``git checkout -b your-first-branch `` to create a new space to start your work.
5751
5852:ref: `Prepare your Development Environment <Development Environment >`:
59- We explain in more detail below how to install all IDOM's dependencies
53+ We explain in more detail below how to install all IDOM's dependencies.
6054
6155`Push your changes <https://docs.github.com/en/github/using-git/pushing-commits-to-a-remote-repository >`__:
6256 Once you've made changes to IDOM, you'll ``git push `` them to your fork.
6357
58+ :ref: `Create a changelog entry <Creating a changelog entry >`:
59+ Record your changes in the :ref: `changelog ` so we can publicize them in the next release.
60+
6461`Create a Pull Request <https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request >`__:
6562 We'll review your changes, run some :ref: `tests <Running The Tests >` and
6663 :ref: `equality checks <Code Quality Checks >` and, with any luck, accept your request.
6764 At that point your contribution will be merged into the main codebase!
6865
66+
6967Creating a Changelog Entry
70- ..........................
68+ --------------------------
7169
7270As part of your pull request, you'll want to edit the `Changelog
7371<https://github.com/idom-team/idom/blob/main/docs/source/about/changelog.rst> `__ by
@@ -112,6 +110,11 @@ might look like:
112110Development Environment
113111-----------------------
114112
113+ .. note ::
114+
115+ If you have any questions during set up or development post on our
116+ :discussion-type: `discussion board <question> ` and we'll answer them.
117+
115118In order to develop IDOM locally you'll first need to install the following:
116119
117120.. list-table ::
@@ -120,7 +123,7 @@ In order to develop IDOM locally you'll first need to install the following:
120123 * - What to Install
121124 - How to Install
122125
123- * - Git _
126+ * - Git
124127 - https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
125128
126129 * - Python >= 3.7
0 commit comments