Skip to content

Commit

Permalink
Merge pull request #2328 from alanbu1/alanbu
Browse files Browse the repository at this point in the history
Changed contributing documentation, and done button to proceed
  • Loading branch information
vaughnbetz committed Jun 6, 2023
2 parents 6eb7fe3 + f330ba9 commit 8711937
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ If you are considering larger changes its best to discuss them first (e.g. file

Once you've made your enhancements [open a pull request](#making-pull-requests) to get your changes considered for inclusion in the documentation.

### How do I build the documentation?
The documentation can be built by using the command `make html` in the `$VTR_ROOT/doc` directory and you can view it in a web browser by loading the file at `$VTR_ROOT/_build/html/index.html`. More information on building
the documentation can be found on the [README on GitHub](https://github.com/verilog-to-routing/vtr-verilog-to-routing/tree/master/doc).

### Filling Bug Reports
First, search for [existing issues](https://github.com/verilog-to-routing/vtr-verilog-to-routing/issues?&=) to see if the bug has already been reported.
Expand Down
2 changes: 1 addition & 1 deletion vpr/main.ui
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@
</child>
<child>
<object class="GtkButton" id="ProceedButton">
<property name="label" translatable="yes">Done</property>
<property name="label" translatable="yes">Proceed</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
Expand Down

0 comments on commit 8711937

Please sign in to comment.