Skip to content

Commit

Permalink
site update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Sep 4, 2024
1 parent f14d51a commit c414736
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ which is named either after the issue number, e.g. `issue-192`, or some other de
`bson-support`.

3. __Develop__. Experiment on your fork/branch freely. If you run into a dead-end, you can always abandon it (which is
why branches are great) and start anew. You can run run `make all` to ensure that all components of the package
and its API documentation are also in order. Remember to synchronize your `main` branch by fetching changes from
upstream every once in a while, and merging them into your development branch. Don't forget to:
why branches are great) and start anew. You can run run `make all` to ensure that all components of the package and
its API documentation are also in order. Remember to synchronize your `main` branch by fetching changes from upstream
every once in a while, and merging them into your development branch. Don't forget to:

- Add __doxygen__ markup your new code. You can keep it sweet and simple, but make sure it properly explains your
globally exposed functions, their arguments and return values. You should also cross-reference other functions /
Expand All @@ -31,9 +31,9 @@ of what you added or changed. Your pull request will be reviewed. You may get so
there will be discussions about possible improvements or regressions etc. It's a good thing too, and your changes will
likely end up with added polish as a result. You can be all the more proud of it in the end!

5. If all goes well, your pull-request will get merged, and will be included in the upcoming release of
_xchange_. Congratulations for your excellent work, and many thanks for dedicating some of your time for making
this library a little bit better. There will be many who will appreciate it. :-)
5. If all goes well, your pull-request will get merged, and will be included in the upcoming release of _xchange_.
Congratulations for your excellent work, and many thanks for dedicating some of your time for making this library a
little bit better. There will be many who will appreciate it. :-)


If at any point you have questions, or need feedback, don't be afraid to ask. You can put your questions into the
Expand Down
2 changes: 1 addition & 1 deletion resources/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta charset="utf-8"/>
<meta name="description" content="Structured data exchange for C/C++"/>
<meta name="keywords" content="structured data, data exchange, C, C++, library"/>
<meta name="keywords" content="structured data, JSON, C, C++, C90, software library, open source"/>
<meta name="author" content="Attila Kovacs"/>
<meta name="copyright" content="(C)2024 Attila Kovacs" />
<meta name="robots" content="index,follow"/>
Expand Down

0 comments on commit c414736

Please sign in to comment.