Commit Graph

21 Commits

Author SHA1 Message Date
Julian Eisel 2a03154041 Revert "Experiment: Add release notes PR link field to pull request template"
This reverts commit 439c8b62c3.

Didn't intend to push this to the main branch, and didn't notice it was
still on there when pushing.
2024-02-16 16:41:07 +01:00
Julian Eisel f15ad836e6 Revert "Improve wording"
This reverts commit 0e7c2bac14.

Didn't intend to push this to the main branch, and didn't notice it was
still on there when pushing.
2024-02-16 16:39:54 +01:00
Julian Eisel 0e7c2bac14 Improve wording 2024-02-16 16:38:14 +01:00
Julian Eisel 439c8b62c3 Experiment: Add release notes PR link field to pull request template 2024-02-16 16:38:14 +01:00
Thomas Dinges 64fc6d7890 Docs: Replace most wiki links with links to new developer docs
Exceptions:
* Links to personal wiki pages
* Pages that are not in the new developer docs yet (like Human Interface Guidelines)
* tools\check_wiki\check_wiki_file_structure.py needs a refactor
2024-01-18 16:49:38 +01:00
Aaron Carlisle ee57ad334e Docs: Add button to report python API documentation issue
Adds a button similar to the user manual at the bottom of each page.
This is done to give people a place to report issues other than the documentation repository which should be limited to the user manual.

With this change also comes a new issue template with helpful text and a redirect for people looking to submit an issue with Blender.

I would also like to add a Documentation label too but that requires configuring with the Gitea project.

Pull Request: https://projects.blender.org/blender/blender/pulls/115865
2023-12-07 22:06:07 +01:00
Campbell Barton dbe0f0cfe0 Gitea: add note that developers must opt-out of inclusion in AUTHORS 2023-08-18 09:23:43 +10:00
Brecht Van Lommel bca2090724 Gitea: update bug report template for security policy 2023-04-11 12:14:01 +02:00
Brecht Van Lommel 7f5d1fb05a Merge branch 'blender-v3.5-release' into main 2023-03-07 13:23:43 +01:00
Brecht Van Lommel 4eb88bca58 Gitea: use full URL for referencing pull requests
For easy clicking in commit logs.

Pull Request: https://projects.blender.org/blender/blender/pulls/105493
2023-03-07 13:21:51 +01:00
Brecht Van Lommel 6eccea7a6f Gitea: more updates for new scoped label syntax 2023-02-21 11:16:52 +01:00
Brecht Van Lommel 5b0cb65a56 Gitea: update for new scoped label syntax 2023-02-21 11:13:22 +01:00
Brecht Van Lommel ea8fd343eb Gitea: add merge message templates
To add the pull request # at the end of the commit.
2023-01-30 23:48:41 +01:00
Brecht Van Lommel 52ed8bcb27 Gitea: fix pull request template so commit body can be set as description 2023-01-28 18:11:51 +01:00
Brecht Van Lommel feae1c7d05 Gitea: update issue template with new scoped labels and other tweaks 2023-01-25 20:39:27 +01:00
Brecht Van Lommel 8707cab70b Gitea: don't reference branch in issues by default 2023-01-18 16:58:09 +01:00
Brecht Van Lommel 9ccec5715e Gitea: layout and wording tweaks to issue and pull request templates 2023-01-18 16:43:55 +01:00
Brecht Van Lommel 973db6b5c1 Gitea: make bug report template more compact
And split text before and after description field to reduce long distance
between title and description.
2023-01-18 12:50:13 +01:00
Brecht Van Lommel bdb34c9804 Gitea: add more complete pull request template 2023-01-18 01:40:25 +01:00
Brecht Van Lommel 665732115e Gitea: add separate issue templates for bug, design and todo 2023-01-17 19:44:21 +01:00
Sergey Sharybin 8f7bb812c4 Gitea: Add Issue and Pull Request templates
It is a part of the Phabricator to Gitea migration.

The issue template is based on the bug submission instructions which
are shown in the Phabricator's bug submission form. Some further tweaks
are likely needed, but the current version of the template simplifies
re-iteration while working on the migration.

The pull request template is needed to override the template in the
.github folder which is otherwise picked up by Gitea.
2023-01-11 11:46:53 +01:00